From: Adrian Lang Date: Sat, 21 Feb 2009 21:48:30 +0000 (+0100) Subject: Add finishremotesubscribe to the unrouted actions list. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c87349350d0422157575f93ab4dd9abc108cc8d8;p=quix0rs-gnu-social.git Add finishremotesubscribe to the unrouted actions list. --- diff --git a/lib/router.php b/lib/router.php index b142022f0a..e5b8e7d236 100644 --- a/lib/router.php +++ b/lib/router.php @@ -118,7 +118,7 @@ class Router $m->connect('main/remote', array('action' => 'remotesubscribe')); foreach (array('requesttoken', 'accesstoken', 'userauthorization', - 'postnotice', 'updateprofile') as $action) { + 'postnotice', 'updateprofile', 'finishremotesubscribe') as $action) { $m->connect('index.php?action=' . $action, array('action' => $action)); }