From: Stéphane Jacob Date: Thu, 27 Oct 2011 07:36:55 +0000 (+0200) Subject: Typo. X-Git-Tag: xorg/1.1.4~52 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=bd803525db63a497d3b1b5ee90e5b560e9fc60f1;p=platal.git Typo. Signed-off-by: Stéphane Jacob --- diff --git a/modules/auth.php b/modules/auth.php index 688c5c5..8f71fda 100644 --- a/modules/auth.php +++ b/modules/auth.php @@ -225,7 +225,7 @@ class AuthModule extends PLModule http_redirect($returl); } else if (S::admin()) { - $page->kill("La requête d'authentification a échouée (url de retour invalide)."); + $page->kill("La requête d'authentification a échoué (url de retour invalide)."); } } }