summaryrefslogtreecommitdiff
path: root/lib/router.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2009-12-08 17:20:45 -0500
committerEvan Prodromou <evan@status.net>2009-12-08 17:20:45 -0500
commit48a93810abe5fd5098ef4f91e2b9d5991e217748 (patch)
tree0b2d1486988cb1bfa74702cd045814d2bdf3584e /lib/router.php
parentc49ece9fb40c68e6d6a47343208dc3da5726cf44 (diff)
action to forward a notice
Diffstat (limited to 'lib/router.php')
-rw-r--r--lib/router.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/router.php b/lib/router.php
index 37525319f..398135a3e 100644
--- a/lib/router.php
+++ b/lib/router.php
@@ -99,7 +99,7 @@ class Router
'groupblock', 'groupunblock',
'sandbox', 'unsandbox',
'silence', 'unsilence',
- 'deleteuser');
+ 'deleteuser', 'forward');
foreach ($main as $a) {
$m->connect('main/'.$a, array('action' => $a));