X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/0e451e1bd489910141207434861a848ddf4da2ce..d3e41ec0c2075cd6c06a67f95a194d94b0e3ad2b:/SL/Dispatcher/AuthHandler/None.pm 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; }