From: Evan Prodromou Date: Thu, 10 Dec 2009 19:42:13 +0000 (-0500) Subject: remove forward action from router X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=eceb5e8a0fbf798e42fb9c1d0598d9dc0f4b7550;p=quix0rs-gnu-social.git remove forward action from router --- diff --git a/lib/router.php b/lib/router.php index 398135a3e2..37525319f7 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));