From: Michael J. Rubinsky Date: Sat, 1 May 2010 21:03:44 +0000 (-0400) Subject: *sigh* - need to define this here too.. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=9eb7838ed2115a6bfdc39701fc630c949a3a8df1;p=horde.git *sigh* - need to define this here too.. --- diff --git a/horde/lib/Prefs/Ui.php b/horde/lib/Prefs/Ui.php index 9e3eb6ad0..b3e89beb9 100644 --- a/horde/lib/Prefs/Ui.php +++ b/horde/lib/Prefs/Ui.php @@ -523,6 +523,8 @@ class Horde_Prefs_Ui $notify->push(_("Temporarily unable to connect with Facebook, Please try again."), 'horde.alert'); } /* URL links */ + $url = $facebook->auth->getLoginUrl(Horde::url('services/facebook.php', true)); + $t->set('authUrl', Horde::signQueryString($url)); $t->set('have_session', true); $t->set('user_pic_url', $user_info[0]['pic_with_logo']); $t->set('user_name', $user_info[0]['first_name'] . ' ' . $user_info[0]['last_name']);