X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDispatcher%2FAuthHandler%2FNone.pm;h=b581b44e26ee47a8bb6c0dd821deb76549a6d4f9;hb=a27846ef2756ed0f59c29d256a5d43d6caaf0b58;hp=255740d2d504456087233996c49f348d8beea1aa;hpb=0e451e1bd489910141207434861a848ddf4da2ce;p=kivitendo-erp.git diff --git a/SL/Dispatcher/AuthHandler/None.pm b/SL/Dispatcher/AuthHandler/None.pm index 255740d2d..b581b44e2 100644 --- a/SL/Dispatcher/AuthHandler/None.pm +++ b/SL/Dispatcher/AuthHandler/None.pm @@ -5,7 +5,7 @@ use strict; use parent qw(Rose::Object); sub handle { - %::myconfig = (); + %::myconfig = User->get_default_myconfig; return 1; }