From 3811978cfec7c0a6022219aa0c19b36dbd998458 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Wed, 19 Sep 2012 11:28:04 +0200 Subject: [PATCH] typo - fehlendes komma --- SL/Controller/Layout/V4.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1