Flash-Objekt in SL::Controller-basierenden render-Templates zur Verfügung stellen
authorMoritz Bunkus <m.bunkus@linet-services.de>
Wed, 16 Feb 2011 08:41:03 +0000 (09:41 +0100)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Wed, 16 Feb 2011 08:41:03 +0000 (09:41 +0100)
SL/Controller/Base.pm

index fff11ca..d80fca1 100644 (file)
@@ -65,6 +65,7 @@ sub render {
 
   my %params = ( %locals,
                  AUTH     => $::auth,
+                 FLASH    => $::form->{FLASH},
                  FORM     => $::form,
                  LOCALE   => $::locale,
                  LXCONFIG => \%::lx_office_conf,