summaryrefslogtreecommitdiff
path: root/lib/router.php
diff options
context:
space:
mode:
authorAdrian Lang <mail@adrianlang.de>2009-02-21 22:48:30 +0100
committerEvan Prodromou <evan@controlyourself.ca>2009-02-27 15:41:06 -0800
commitc87349350d0422157575f93ab4dd9abc108cc8d8 (patch)
treefc1469f16597e273b9ab5a68fb822761bd880720 /lib/router.php
parentd4b6e7266ad80add5ff29c947cfad4bd5dbd3c8a (diff)
Add finishremotesubscribe to the unrouted actions list.
Diffstat (limited to 'lib/router.php')
-rw-r--r--lib/router.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/router.php b/lib/router.php
index b142022f0..e5b8e7d23 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));
}