Add subedit to the main/ routes.

This commit is contained in:
Adrian Lang 2009-03-08 01:54:21 +01:00
parent 6101280cd9
commit c8b10381a9
1 changed files with 1 additions and 1 deletions

View File

@ -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));