From: x2000habouzit Date: Mon, 25 Sep 2006 07:37:07 +0000 (+0000) Subject: backport typo fix X-Git-Tag: xorg/0.9.12~255 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=4c74588087c570a9adb1cd6b25cce60ca2f11f94;p=platal.git backport typo fix git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@901 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/modules/auth.php b/modules/auth.php index 15b0fbe..92db93a 100644 --- a/modules/auth.php +++ b/modules/auth.php @@ -24,7 +24,7 @@ class AuthModule extends PLModule function handlers() { return array( - 'groupex/done-chall.php' + 'groupex/donne-chall.php' => $this->make_hook('chall', AUTH_PUBLIC), 'groupex/export-econfiance.php' => $this->make_hook('econf', AUTH_PUBLIC),