trac750 Fixed bad url that made the 'skip' step when adding status_update permission fail

This commit is contained in:
Zach Copley 2009-01-23 08:42:40 +00:00
parent aa100884fb
commit 76cf3cc3d0
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ class FacebookhomeAction extends FacebookAction
$this->elementEnd('p');
$this->elementStart('form', array('method' => 'post',
'action' => "$app_url/index.php",
'action' => "index.php",
'id' => 'facebook-skip-permissions'));
$this->elementStart('ul', array('id' => 'fb-permissions-list'));