projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04f0414
)
Flash-Objekt in SL::Controller-basierenden render-Templates zur Verfügung stellen
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 16 Feb 2011 08:41:03 +0000
(09:41 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 16 Feb 2011 08:41:03 +0000
(09:41 +0100)
SL/Controller/Base.pm
patch
|
blob
|
history
diff --git
a/SL/Controller/Base.pm
b/SL/Controller/Base.pm
index
fff11ca
..
d80fca1
100644
(file)
--- a/
SL/Controller/Base.pm
+++ b/
SL/Controller/Base.pm
@@
-65,6
+65,7
@@
sub render {
my %params = ( %locals,
AUTH => $::auth,
+ FLASH => $::form->{FLASH},
FORM => $::form,
LOCALE => $::locale,
LXCONFIG => \%::lx_office_conf,