projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0ee59f
)
Fix typo.
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 1 Sep 2010 16:52:53 +0000
(10:52 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 1 Sep 2010 17:48:14 +0000
(11:48 -0600)
horde/lib/Prefs/Ui.php
patch
|
blob
|
history
diff --git
a/horde/lib/Prefs/Ui.php
b/horde/lib/Prefs/Ui.php
index
76f1307
..
2b7b2ce
100644
(file)
--- a/
horde/lib/Prefs/Ui.php
+++ b/
horde/lib/Prefs/Ui.php
@@
-825,7
+825,7
@@
class Horde_Prefs_Ui
case 'revokeInfinite':
$twitter->account->endSession();
$prefs->setValue('twitter', 'a:0:{}');
- echo '<script type="text/javascript">location.href="' .
$url =
Horde::url('services/prefs.php', true)->add(array('group' => 'twitter', 'app' => 'horde')) . '";</script>';
+ echo '<script type="text/javascript">location.href="' . Horde::url('services/prefs.php', true)->add(array('group' => 'twitter', 'app' => 'horde')) . '";</script>';
exit;
}
}