X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/72b340de2352eec7d3f99a00e2141a2df35f07f3..891411c15c60f4099e7d2f687de8efe84b2e0fbb:/SL/Controller/Base.pm diff --git a/SL/Controller/Base.pm b/SL/Controller/Base.pm index 152fbb779..392f441c2 100644 --- a/SL/Controller/Base.pm +++ b/SL/Controller/Base.pm @@ -68,6 +68,7 @@ sub render { AUTH => $::auth, FLASH => $::form->{FLASH}, FORM => $::form, + INSTANCE_CONF => $::instance_conf, LOCALE => $::locale, LXCONFIG => \%::lx_office_conf, LXDEBUG => $::lxdebug,