summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorEvan Prodromou <git@evanprodromou.name>2009-01-23 09:43:41 +0100
committerEvan Prodromou <git@evanprodromou.name>2009-01-23 09:43:41 +0100
commit9c5ab86d0e9fd318eaa3767651975d85a9ffce1a (patch)
tree9740b5402fd74fe2125c8f768f99553134bb8655 /actions
parentad929011a322349d4ef8e84b79f42e23c7ffc691 (diff)
parent1305ecf4bd58b8651fd8648d65263a24ed47bbc6 (diff)
Merge branch 'master' of evan@dev.controlyourself.ca:/var/www/trunk
Diffstat (limited to 'actions')
-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'));