projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4b6e72
)
Add finishremotesubscribe to the unrouted actions list.
author
Adrian Lang
<mail@adrianlang.de>
Sat, 21 Feb 2009 21:48:30 +0000
(22:48 +0100)
committer
Evan Prodromou
<evan@controlyourself.ca>
Fri, 27 Feb 2009 23:41:06 +0000
(15:41 -0800)
lib/router.php
patch
|
blob
|
history
diff --git
a/lib/router.php
b/lib/router.php
index b142022f0a0c15c40ae19767fb904418e7b3b0dd..e5b8e7d23639471502f294f5eff36484a7efc8a7 100644
(file)
--- 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));
}