From: Adrian Lang Date: Sun, 8 Mar 2009 00:54:21 +0000 (+0100) Subject: Add subedit to the main/ routes. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c8b10381a9157144f8c92dede1ebabc6b05390c0;p=quix0rs-gnu-social.git Add subedit to the main/ routes. --- diff --git a/lib/router.php b/lib/router.php index 52051fdb50..902f25d8a5 100644 --- a/lib/router.php +++ b/lib/router.php @@ -101,7 +101,7 @@ class Router $main = array('login', 'logout', 'register', 'subscribe', 'unsubscribe', 'confirmaddress', 'recoverpassword', 'invite', 'favor', 'disfavor', 'sup', - 'block'); + 'block', 'subedit'); foreach ($main as $a) { $m->connect('main/'.$a, array('action' => $a));