From: Michael M Slusarz Date: Wed, 1 Sep 2010 16:52:53 +0000 (-0600) Subject: Fix typo. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=ed1929d89aa618f05527fab12668d626ef425f7e;p=horde.git Fix typo. --- 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; } }