]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Auth/ColumnInformation.pm
Auth::ColumnInformation: fetch nur in reset, nicht in init
[mfinanz.git] / SL / Auth / ColumnInformation.pm
index bf23f6d8d144e7976c7593a97cd8b17b4fd81f0a..64b600dd15bc5a5d4b51833ac653caea5270419e 100644 (file)
@@ -15,8 +15,6 @@ sub new {
   $self->{auth} = $params{auth} || croak "Missing 'auth'";
   weaken $self->{auth};
 
-  $self->_fetch if $self->{auth}->dbconnect(1);
-
   return $self;
 }