Bad route config (thanks brw12)
ben wheeler submitted this bug report with a patch for StatusNet.
This commit is contained in:
parent
fc047bd6e6
commit
bc554ea9c2
@ -712,11 +712,11 @@ class Router
|
||||
|
||||
$m->connect('api/statusnet/groups/join/:id.:format',
|
||||
array('action' => 'ApiGroupJoin',
|
||||
'id' => Nickname::INPUT_FMT,
|
||||
'format' => '(xml|json)'));
|
||||
|
||||
$m->connect('api/statusnet/groups/join.:format',
|
||||
array('action' => 'ApiGroupJoin',
|
||||
'id' => Nickname::INPUT_FMT,
|
||||
'format' => '(xml|json)'));
|
||||
|
||||
$m->connect('api/statusnet/groups/leave/:id.:format',
|
||||
|
Loading…
Reference in New Issue
Block a user