Typo.
authorStéphane Jacob <sj@m4x.org>
Thu, 27 Oct 2011 07:36:55 +0000 (09:36 +0200)
committerStéphane Jacob <sj@m4x.org>
Thu, 27 Oct 2011 07:36:55 +0000 (09:36 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
modules/auth.php

index 688c5c5..8f71fda 100644 (file)
@@ -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).");
                 }
             }
         }