From 9eb7838ed2115a6bfdc39701fc630c949a3a8df1 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Sat, 1 May 2010 17:03:44 -0400 Subject: [PATCH] *sigh* - need to define this here too.. --- horde/lib/Prefs/Ui.php | 2 ++ 1 file changed, 2 insertions(+) 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']); -- 2.11.0