projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e773728
)
Removes erroneous line in handlers list.
author
Stéphane Jacob
<sj@m4x.org>
Mon, 12 Sep 2011 13:06:08 +0000
(15:06 +0200)
committer
Stéphane Jacob
<sj@m4x.org>
Mon, 12 Sep 2011 13:06:08 +0000
(15:06 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
modules/xnet.php
patch
|
blob
|
blame
|
history
diff --git
a/modules/xnet.php
b/modules/xnet.php
index
e57d63d
..
2b51821
100644
(file)
--- 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(),
);