From 76cf3cc3d0046e1d94c8a7dcb7c2fff21e145ee5 Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Fri, 23 Jan 2009 08:42:40 +0000 Subject: [PATCH] trac750 Fixed bad url that made the 'skip' step when adding status_update permission fail --- actions/facebookhome.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/facebookhome.php b/actions/facebookhome.php index 9510e7f087..3558cf671b 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'));