X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/09479f022ab9e0815ceee55923ae46df51afbd42..58fae0f653cebc6e6773b39606f0f1892bdb680c:/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()); }