X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/89c9ff022d3f13e27ba6bda085df15707fcfb0eb..51fa09f29ebea609f58d14506d6938c0e0ee1ab0:/SL/Controller/Base.pm diff --git a/SL/Controller/Base.pm b/SL/Controller/Base.pm index fff11ca3a..d80fca16d 100644 --- 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,