Flash-Objekt in SL::Controller-basierenden render-Templates zur Verfügung stellen
[kivitendo-erp.git] / 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,