From: Stéphane Jacob Date: Mon, 12 Sep 2011 13:06:08 +0000 (+0200) Subject: Removes erroneous line in handlers list. X-Git-Tag: xorg/1.1.4~55^2~15 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=950c9968a3418444928e9ed0aa0b257b8b52634f;p=platal.git Removes erroneous line in handlers list. Signed-off-by: Stéphane Jacob --- diff --git a/modules/xnet.php b/modules/xnet.php index e57d63d..2b51821 100644 --- a/modules/xnet.php +++ b/modules/xnet.php @@ -33,7 +33,6 @@ class XnetModule extends PLModule 'plan' => $this->make_hook('plan', AUTH_PUBLIC), 'photo' => $this->make_hook('photo', AUTH_MDP, 'groups'), 'autologin' => $this->make_hook('autologin', AUTH_MDP, 'groups'), - 'register/ext' => $this->make_hook('register_ext', AUTH_PUBLIC), 'edit' => $this->make_hook('edit', AUTH_MDP, 'groups'), 'Xnet' => $this->make_wiki_hook(), );