Fix typo.
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 1 Sep 2010 16:52:53 +0000 (10:52 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 1 Sep 2010 17:48:14 +0000 (11:48 -0600)
horde/lib/Prefs/Ui.php

index 76f1307..2b7b2ce 100644 (file)
@@ -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;
         }
     }