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