]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
trac750 small fix to FBJS redirect
authorZach Copley <zach@controlyourself.ca>
Fri, 23 Jan 2009 06:02:41 +0000 (06:02 +0000)
committerZach Copley <zach@controlyourself.ca>
Fri, 23 Jan 2009 06:02:41 +0000 (06:02 +0000)
actions/facebooksettings.php

index e40496c187a28bcbdda380ffe2421f3dd7ab3ac0..236460c1c9a42f1f15463aa69959fddb802fbf97 100644 (file)
@@ -132,7 +132,7 @@ class FacebooksettingsAction extends FacebookAction
             $this->elementStart('ul', array('id' => 'fb-permissions-list'));
             $this->elementStart('li', array('id' => 'fb-permissions-item'));
             $this->elementStart('fb:prompt-permission', array('perms' => 'status_update',
-                'next_fbjs' => 'document.setLocation(\'' . "$this->app_url/settings.php" . '\')'));
+                'next_fbjs' => 'document.setLocation(\'' . "$this->app_uri/settings.php" . '\')'));
             $this->element('span', array('class' => 'facebook-button'),
                 sprintf(_('Allow %s to update my Facebook status'), common_config('site', 'name')));
             $this->elementEnd('fb:prompt-permission');