X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FAuth.pm;h=baa1edafc4fe5dd8468057f888540c9040f3c2a5;hb=2134f89abb07c18b07b3121e80d243af03ede0e0;hp=8b7ea5545849a797f1baa62c3dc980d20b3f9181;hpb=09479f022ab9e0815ceee55923ae46df51afbd42;p=kivitendo-erp.git 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()); }