projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
115ca09
)
Typo.
author
Stéphane Jacob
<sj@m4x.org>
Thu, 27 Oct 2011 07:36:55 +0000
(09:36 +0200)
committer
Sté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
patch
|
blob
|
blame
|
history
diff --git
a/modules/auth.php
b/modules/auth.php
index
688c5c5
..
8f71fda
100644
(file)
--- 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).");
}
}
}