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