projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d407c0
)
*sigh* - need to define this here too..
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Sat, 1 May 2010 21:03:44 +0000
(17:03 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Sat, 1 May 2010 21:03:44 +0000
(17:03 -0400)
horde/lib/Prefs/Ui.php
patch
|
blob
|
history
diff --git
a/horde/lib/Prefs/Ui.php
b/horde/lib/Prefs/Ui.php
index
9e3eb6a
..
b3e89be
100644
(file)
--- 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']);