diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-23 06:33:08 +0000 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-23 06:33:08 +0000 |
commit | da5c5499b8ebe2e0089fbc4080d26556f0bb11b4 (patch) | |
tree | a70e05f6471b01beafe0bcb00422ed86162df56d /actions/facebooksettings.php | |
parent | 745885902ae69e832d910b82c6bc21520885b136 (diff) | |
parent | 538518ead6b15ce08f36304aed826626476a0883 (diff) |
Merge branch 'master' of /var/www/trunk
Diffstat (limited to 'actions/facebooksettings.php')
-rw-r--r-- | actions/facebooksettings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/facebooksettings.php b/actions/facebooksettings.php index e40496c18..236460c1c 100644 --- a/actions/facebooksettings.php +++ b/actions/facebooksettings.php @@ -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'); |