diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-01-23 08:42:40 +0000 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-01-23 08:42:40 +0000 |
commit | 76cf3cc3d0046e1d94c8a7dcb7c2fff21e145ee5 (patch) | |
tree | 7021f18c01bdebe1ef07076a8e160bf42269dcae | |
parent | aa100884fbfb7f14613f402b5eabdcd9637faf57 (diff) |
trac750 Fixed bad url that made the 'skip' step when adding status_update permission fail
-rw-r--r-- | actions/facebookhome.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/facebookhome.php b/actions/facebookhome.php index 9510e7f08..3558cf671 100644 --- a/actions/facebookhome.php +++ b/actions/facebookhome.php @@ -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')); |