summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2009-12-10 14:42:13 -0500
committerEvan Prodromou <evan@status.net>2009-12-10 14:42:13 -0500
commiteceb5e8a0fbf798e42fb9c1d0598d9dc0f4b7550 (patch)
tree303819740786cb988ef5ba5baff382c6862328fa /lib
parent038fbddd02d2f144936357ed2ed40c09b1441c6b (diff)
remove forward action from router
Diffstat (limited to 'lib')
-rw-r--r--lib/router.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/router.php b/lib/router.php
index 398135a3e..37525319f 100644
--- a/lib/router.php
+++ b/lib/router.php
@@ -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));