From 3144d5e7a7a2e9d6788eb1f6057cb8610d579827 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Thu, 23 Dec 2010 01:38:18 -0700 Subject: [PATCH] Remove stray semicolon --- horde/login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.11.0