X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d5440cc6f9cc5b2942458ce7480526e2b90b17a4..0bbfb33b6aa8e38bb6c81d1684ab7d08e5b5c5af:/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,