From 7d407c0e6f639d4845fbd72dfee36567d942f573 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Sat, 1 May 2010 17:01:14 -0400 Subject: [PATCH] fix link for authorizing infinite sessions --- horde/lib/Prefs/Ui.php | 2 -- horde/templates/prefs/facebook.html | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/horde/lib/Prefs/Ui.php b/horde/lib/Prefs/Ui.php index cc87fbac5..9e3eb6ad0 100644 --- a/horde/lib/Prefs/Ui.php +++ b/horde/lib/Prefs/Ui.php @@ -523,8 +523,6 @@ class Horde_Prefs_Ui $notify->push(_("Temporarily unable to connect with Facebook, Please try again."), 'horde.alert'); } /* URL links */ - $url = Horde_Util::addParameter(Horde::selfUrl(true), array('action' => 'revokeApplication')); - $t->set('offline_url', 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']); diff --git a/horde/templates/prefs/facebook.html b/horde/templates/prefs/facebook.html index 755a2600b..9f2f509cb 100644 --- a/horde/templates/prefs/facebook.html +++ b/horde/templates/prefs/facebook.html @@ -12,7 +12,7 @@
can interact with your Facebook account, but you must login to Facebook manually each time. -
Authorize an infinite session:Facebook
+
Authorize an infinite session:Facebook
-- 2.11.0