X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDispatcher.pm;h=43d6fa75748bc028421e12a1b620d085c628e514;hb=5681e5f76cf196266fa96f2b60123e6edf031012;hp=7ce18a4765c3e41f080eb3cad02520371ab14cc7;hpb=fa7fc7eeb3ca718914affee06c0629a08d571288;p=kivitendo-erp.git diff --git a/SL/Dispatcher.pm b/SL/Dispatcher.pm index 7ce18a476..43d6fa757 100644 --- a/SL/Dispatcher.pm +++ b/SL/Dispatcher.pm @@ -38,6 +38,7 @@ use SL::Form; use SL::Helper::DateTime; use SL::InstanceConfiguration; use SL::Template::Plugin::HTMLFixes; +use SL::User; # Trailing new line is added so that Perl will not add the line # number 'die' was called in. @@ -157,8 +158,8 @@ sub pre_startup_setup { $::lxdebug = LXDebug->new; $::auth = SL::Auth->new; $::form = undef; - %::myconfig = (); $::request = undef; + %::myconfig = User->get_default_myconfig; } $SIG{__WARN__} = sub {