Add finishremotesubscribe to the unrouted actions list.
This commit is contained in:
parent
d4b6e7266a
commit
c87349350d
@ -118,7 +118,7 @@ class Router
|
|||||||
$m->connect('main/remote', array('action' => 'remotesubscribe'));
|
$m->connect('main/remote', array('action' => 'remotesubscribe'));
|
||||||
|
|
||||||
foreach (array('requesttoken', 'accesstoken', 'userauthorization',
|
foreach (array('requesttoken', 'accesstoken', 'userauthorization',
|
||||||
'postnotice', 'updateprofile') as $action) {
|
'postnotice', 'updateprofile', 'finishremotesubscribe') as $action) {
|
||||||
$m->connect('index.php?action=' . $action, array('action' => $action));
|
$m->connect('index.php?action=' . $action, array('action' => $action));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user