X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FLayout%2FLogin.pm;h=dc0a316861677b4abebc4fcc49acf87692f983c2;hb=eaa42caeb03b5213754334a930b08407a0e74c53;hp=ed649d05220752e9d1698a9583eff6e5442ccb92;hpb=075bd42af8885aee3c18fe055a2c82b8b43f4cea;p=kivitendo-erp.git diff --git a/SL/Layout/Login.pm b/SL/Layout/Login.pm index ed649d052..dc0a31686 100644 --- a/SL/Layout/Login.pm +++ b/SL/Layout/Login.pm @@ -1,19 +1,7 @@ package SL::Layout::Login; use strict; -use parent qw(SL::Layout::Base); - -sub new { - my ($class, @slurp) = @_; - - my $self = $class->SUPER::new(@slurp); - - $self->add_sub_layouts([ - SL::Layout::None->new, - ]); - - $self; -} +use parent qw(SL::Layout::None); sub start_content { "
\n";