Add finishremotesubscribe to the unrouted actions list.

This commit is contained in:
Adrian Lang 2009-02-21 22:48:30 +01:00 committed by Evan Prodromou
parent d4b6e7266a
commit c87349350d
1 changed files with 1 additions and 1 deletions

View 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));
}