From 950c9968a3418444928e9ed0aa0b257b8b52634f Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Mon, 12 Sep 2011 15:06:08 +0200 Subject: [PATCH] Removes erroneous line in handlers list. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- modules/xnet.php | 1 - 1 file changed, 1 deletion(-) 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(), ); -- 2.1.4