]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Controller/Base.pm
Flash-Objekt in SL::Controller-basierenden render-Templates zur Verfügung stellen
[mfinanz.git] / SL / Controller / Base.pm
index fff11ca3a99b494a516f1c2ad35ce1091dae64e2..d80fca16d71d99d729c27b26c58cea522545eb55 100644 (file)
@@ -65,6 +65,7 @@ sub render {
 
   my %params = ( %locals,
                  AUTH     => $::auth,
+                 FLASH    => $::form->{FLASH},
                  FORM     => $::form,
                  LOCALE   => $::locale,
                  LXCONFIG => \%::lx_office_conf,