X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/09479f022ab9e0815ceee55923ae46df51afbd42..04caff2d7309da75f53424675795addff173f32c:/SL/Auth.pm diff --git a/SL/Auth.pm b/SL/Auth.pm index 8b7ea5545..baa1edafc 100644 --- a/SL/Auth.pm +++ b/SL/Auth.pm @@ -516,7 +516,7 @@ sub restore_session { $form = $main::form; - # Don't fail if the auth DB doesn't yet. + # Don't fail if the auth DB doesn't exist yet. if (!( $dbh = $self->dbconnect(1) )) { return $self->session_restore_result(SESSION_NONE()); }