From 21e6e6ffa8d5e30393bc649c656ae97099c91214 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Thu, 24 Jun 2010 15:34:15 +0200 Subject: [PATCH] Fix logic. --- framework/Core/lib/Horde.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Core/lib/Horde.php b/framework/Core/lib/Horde.php index ac97489d7..77a6ea5dd 100644 --- a/framework/Core/lib/Horde.php +++ b/framework/Core/lib/Horde.php @@ -796,7 +796,7 @@ HTML; { global $conf; - if (is_null($type)) { + if (!is_null($type)) { $type = Horde_String::lower($type); } -- 2.11.0