forked from GNUsocial/gnu-social
trac750 Fixed bad url that made the 'skip' step when adding status_update permission fail
This commit is contained in:
parent
aa100884fb
commit
76cf3cc3d0
@ -202,7 +202,7 @@ class FacebookhomeAction extends FacebookAction
|
|||||||
$this->elementEnd('p');
|
$this->elementEnd('p');
|
||||||
|
|
||||||
$this->elementStart('form', array('method' => 'post',
|
$this->elementStart('form', array('method' => 'post',
|
||||||
'action' => "$app_url/index.php",
|
'action' => "index.php",
|
||||||
'id' => 'facebook-skip-permissions'));
|
'id' => 'facebook-skip-permissions'));
|
||||||
|
|
||||||
$this->elementStart('ul', array('id' => 'fb-permissions-list'));
|
$this->elementStart('ul', array('id' => 'fb-permissions-list'));
|
||||||
|
Loading…
Reference in New Issue
Block a user