]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Add finishremotesubscribe to the unrouted actions list.
authorAdrian Lang <mail@adrianlang.de>
Sat, 21 Feb 2009 21:48:30 +0000 (22:48 +0100)
committerEvan Prodromou <evan@controlyourself.ca>
Fri, 27 Feb 2009 23:41:06 +0000 (15:41 -0800)
lib/router.php

index b142022f0a0c15c40ae19767fb904418e7b3b0dd..e5b8e7d23639471502f294f5eff36484a7efc8a7 100644 (file)
@@ -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));
         }