From ed1929d89aa618f05527fab12668d626ef425f7e Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Wed, 1 Sep 2010 10:52:53 -0600 Subject: [PATCH] Fix typo. --- horde/lib/Prefs/Ui.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horde/lib/Prefs/Ui.php b/horde/lib/Prefs/Ui.php index 76f130745..2b7b2ce98 100644 --- 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 ''; + echo ''; exit; } } -- 2.11.0