X-Git-Url: https://git-public.kairo.at/?p=authserver.git;a=blobdiff_plain;f=index.php;fp=index.php;h=23a045d66bc716e8589252f8014171d59330390a;hp=ac22847af492a8e5239ab5de737d68ca794dd2b7;hb=b217e836543c89d872c8f692e2557c8c43da468f;hpb=0315f1655bebc5a65447218307065571fa3a5c79 diff --git a/index.php b/index.php index ac22847..23a045d 100644 --- a/index.php +++ b/index.php @@ -40,7 +40,7 @@ if (!count($errors)) { $result = $db->prepare('UPDATE `auth_sessions` SET `logged_in` = FALSE WHERE `id` = :sessid;'); if (!$result->execute(array(':sessid' => $session['id']))) { $utils->log('logout_failure', 'session: '.$session['id']); - $errors[] = _('The email address is invalid.'); + $errors[] = _('Unexpected error while logging out.'); } $session['logged_in'] = 0; }