From: Moritz Bunkus Date: Wed, 16 Feb 2011 08:41:32 +0000 (+0100) Subject: Merge branch 'master' of lx-office.linet-services.de:lx-office-erp X-Git-Tag: release-2.6.3~78 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/commitdiff_plain/b383c1ca927d0eeabf8d029c321c34d43f27b532?hp=330f9a5e296c73f395211c4eb11943d9fc7463f6 Merge branch 'master' of lx-office.linet-services.de:lx-office-erp --- 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, diff --git a/controller.pl b/controller.pl new file mode 120000 index 000000000..385000d1b --- /dev/null +++ b/controller.pl @@ -0,0 +1 @@ +am.pl \ No newline at end of file