diff options
author | Evan Prodromou <evan@status.net> | 2009-12-08 17:20:45 -0500 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2009-12-08 17:20:45 -0500 |
commit | 48a93810abe5fd5098ef4f91e2b9d5991e217748 (patch) | |
tree | 0b2d1486988cb1bfa74702cd045814d2bdf3584e /lib | |
parent | c49ece9fb40c68e6d6a47343208dc3da5726cf44 (diff) |
action to forward a notice
Diffstat (limited to 'lib')
-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 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)); |