From: Michael M Slusarz Date: Thu, 23 Dec 2010 08:38:18 +0000 (-0700) Subject: Remove stray semicolon X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=3144d5e7a7a2e9d6788eb1f6057cb8610d579827;p=horde.git Remove stray semicolon --- diff --git a/horde/login.php b/horde/login.php index b0aa2268c..59efa119c 100644 --- a/horde/login.php +++ b/horde/login.php @@ -79,7 +79,7 @@ if ($vars->url) { $url_anchor = $url_in = null; } -if (!($logout_reason = $auth->getError())) {; +if (!($logout_reason = $auth->getError())) { $logout_reason = $vars->logout_reason; }