typo - fehlendes komma
authorSven Schöling <s.schoeling@linet-services.de>
Wed, 19 Sep 2012 09:28:04 +0000 (11:28 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Wed, 17 Oct 2012 14:00:37 +0000 (16:00 +0200)
SL/Controller/Layout/V4.pm

index a89b414..aee0b13 100644 (file)
@@ -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;