summaryrefslogtreecommitdiff
path: root/actions/facebookhome.php
diff options
context:
space:
mode:
authorZach Copley <zach@controlyourself.ca>2009-01-23 08:42:40 +0000
committerZach Copley <zach@controlyourself.ca>2009-01-23 08:42:40 +0000
commit76cf3cc3d0046e1d94c8a7dcb7c2fff21e145ee5 (patch)
tree7021f18c01bdebe1ef07076a8e160bf42269dcae /actions/facebookhome.php
parentaa100884fbfb7f14613f402b5eabdcd9637faf57 (diff)
trac750 Fixed bad url that made the 'skip' step when adding status_update permission fail
Diffstat (limited to 'actions/facebookhome.php')
-rw-r--r--actions/facebookhome.php2
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'));