diff options
author | Adrian Lang <mail@adrianlang.de> | 2009-03-08 01:54:21 +0100 |
---|---|---|
committer | Adrian Lang <mail@adrianlang.de> | 2009-03-08 16:56:20 +0100 |
commit | c8b10381a9157144f8c92dede1ebabc6b05390c0 (patch) | |
tree | def9e7104377923d3c5c765806bd7d03940f120d /lib/router.php | |
parent | 6101280cd93ca77eb322160c9d0ccaf0ff319b07 (diff) |
Add subedit to the main/ routes.
Diffstat (limited to 'lib/router.php')
-rw-r--r-- | lib/router.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/router.php b/lib/router.php index 52051fdb5..902f25d8a 100644 --- a/lib/router.php +++ b/lib/router.php @@ -101,7 +101,7 @@ class Router $main = array('login', 'logout', 'register', 'subscribe', 'unsubscribe', 'confirmaddress', 'recoverpassword', 'invite', 'favor', 'disfavor', 'sup', - 'block'); + 'block', 'subedit'); foreach ($main as $a) { $m->connect('main/'.$a, array('action' => $a)); |