X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/f7f03503cfc22a15f5497d09dd9215c10c1d39b1..e14cb525c640cb15bb6b2dfb62ccebbe78cb45cd:/SL/Controller/Layout/V4.pm?ds=sidebyside diff --git a/SL/Controller/Layout/V4.pm b/SL/Controller/Layout/V4.pm index a89b4148a..aee0b1318 100644 --- a/SL/Controller/Layout/V4.pm +++ b/SL/Controller/Layout/V4.pm @@ -12,7 +12,7 @@ sub new { my $self = $class->SUPER::new(@slurp); $self->add_sub_layouts( - SL::Controller::Layout::Top->new + SL::Controller::Layout::Top->new, SL::Controller::Layout::None->new, ); $self;