From: Zach Copley Date: Fri, 23 Jan 2009 08:42:40 +0000 (+0000) Subject: trac750 Fixed bad url that made the 'skip' step when adding status_update permission... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=76cf3cc3d0046e1d94c8a7dcb7c2fff21e145ee5;p=quix0rs-gnu-social.git trac750 Fixed bad url that made the 'skip' step when adding status_update permission fail --- 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'));