X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2219d15895a48a6ec3aecef5ed3ae2313bf1c900..b6fd15a8dc44f9b09d5a2bce766cda14b87c6e13:/SL/Dispatcher.pm diff --git a/SL/Dispatcher.pm b/SL/Dispatcher.pm index d65e5d5e0..35a351877 100644 --- a/SL/Dispatcher.pm +++ b/SL/Dispatcher.pm @@ -35,7 +35,7 @@ use SL::Form; use SL::Helper::DateTime; use SL::InstanceConfiguration; use SL::Template::Plugin::HTMLFixes; -use SL::Controller::Layout::None; +use SL::Layout::None; # Trailing new line is added so that Perl will not add the line # number 'die' was called in. @@ -184,7 +184,7 @@ sub handle_request { $::instance_conf = SL::InstanceConfiguration->new; $::request = { cgi => CGI->new({}), - layout => SL::Controller::Layout::None->new, + layout => SL::Layout::None->new, }; my $session_result = $::auth->restore_session;