From: Sven Schöling Date: Wed, 19 Sep 2012 09:28:04 +0000 (+0200) Subject: typo - fehlendes komma X-Git-Tag: release-3.0.0beta1~159 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=3811978cfec7c0a6022219aa0c19b36dbd998458;p=kivitendo-erp.git typo - fehlendes komma --- 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;