]> wagnertech.de Git - kivitendo-erp.git/blobdiff - scripts/console
Globale Variablen für Systemeinstellungen und Features nach %::lx_office_conf verschoben
[kivitendo-erp.git] / scripts / console
index 2613c72379b1da63b800efbafdaafd2a4e3201e1..79db5a96c5f686f7042d84573f7f233d1ee1214d 100755 (executable)
@@ -66,7 +66,7 @@ sub lxinit {
   SL::Dispatcher::_decode_recursively(\%::lx_office_conf);
 
   $::lxdebug = LXDebug->new;
-  $::locale = Locale->new($::language);
+  $::locale = Locale->new($::lx_office_conf{system}->{language});
   $::cgi    = CGI->new qw();
   $::form   = Form->new;
   $::auth   = SL::Auth->new;