remove forward action from router

This commit is contained in:
Evan Prodromou 2009-12-10 14:42:13 -05:00
parent 038fbddd02
commit eceb5e8a0f

View File

@ -99,7 +99,7 @@ class Router
'groupblock', 'groupunblock',
'sandbox', 'unsandbox',
'silence', 'unsilence',
'deleteuser', 'forward');
'deleteuser');
foreach ($main as $a) {
$m->connect('main/'.$a, array('action' => $a));