X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/ddb162b67dbd1c97df9a6f60608dd7cd0ff6f811..b6fd15a8dc44f9b09d5a2bce766cda14b87c6e13:/SL/Form.pm diff --git a/SL/Form.pm b/SL/Form.pm index 591e02df3..aa83e2913 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -56,6 +56,7 @@ use SL::DBUtils; use SL::DO; use SL::IC; use SL::IS; +use SL::Layout::Dispatcher; use SL::Locale; use SL::Mailer; use SL::Menu; @@ -457,7 +458,7 @@ sub header { $::lxdebug->leave_sub and return if !$ENV{HTTP_USER_AGENT} || $self->{header}++; if ($params{no_layout}) { - $::request->{layout} = SL::Controller::Layout->new(style => 'none'); + $::request->{layout} = SL::Layout::Dispatcher->new(style => 'none'); } my $layout = $::request->{layout};