From: Jan Schneider Date: Thu, 24 Jun 2010 13:34:15 +0000 (+0200) Subject: Fix logic. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=21e6e6ffa8d5e30393bc649c656ae97099c91214;p=horde.git Fix logic. --- 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); }