X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/469ca9fc3cac624073270fc3217766dbb7aba253..48c71a4b51f5359a7ab7e9bc51280baf9bc9b9b2:/SL/Dispatcher/AuthHandler/None.pm diff --git a/SL/Dispatcher/AuthHandler/None.pm b/SL/Dispatcher/AuthHandler/None.pm index 0ce88a63d..b581b44e2 100644 --- a/SL/Dispatcher/AuthHandler/None.pm +++ b/SL/Dispatcher/AuthHandler/None.pm @@ -5,7 +5,8 @@ use strict; use parent qw(Rose::Object); sub handle { - %::myconfig = (); + %::myconfig = User->get_default_myconfig; + return 1; } 1;