]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Controller/Layout/V4.pm
typo - fehlendes komma
[mfinanz.git] / SL / Controller / Layout / V4.pm
index a89b4148a4a9e9553fd5ee72ece6ce19f02ec611..aee0b1318f810083029aee3c338f3990e50a2b40 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;