diff options
author | Evan Prodromou <git@evanprodromou.name> | 2009-01-23 09:43:41 +0100 |
---|---|---|
committer | Evan Prodromou <git@evanprodromou.name> | 2009-01-23 09:43:41 +0100 |
commit | 9c5ab86d0e9fd318eaa3767651975d85a9ffce1a (patch) | |
tree | 9740b5402fd74fe2125c8f768f99553134bb8655 | |
parent | ad929011a322349d4ef8e84b79f42e23c7ffc691 (diff) | |
parent | 1305ecf4bd58b8651fd8648d65263a24ed47bbc6 (diff) |
Merge branch 'master' of evan@dev.controlyourself.ca:/var/www/trunk
-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')); |