From: Gunnar Wrobel Date: Mon, 13 Apr 2009 05:47:50 +0000 (+0200) Subject: Fix typo. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=dbfec845d7dc296b725e63679b81d5cce0fc93e0;p=horde.git Fix typo. --- diff --git a/framework/Kolab_Server/lib/Horde/Kolab/Server.php b/framework/Kolab_Server/lib/Horde/Kolab/Server.php index 4ffd5eab7..bda39a5c5 100644 --- a/framework/Kolab_Server/lib/Horde/Kolab/Server.php +++ b/framework/Kolab_Server/lib/Horde/Kolab/Server.php @@ -492,7 +492,7 @@ abstract class Horde_Kolab_Server * supported the derived attribute should not be * included into the set of supported attributes. */ - if (!isset($attrs[$attrs])) { + if (!isset($attrs[$attribute])) { unset($derived[$attribute]); $supported = false; break; @@ -513,7 +513,7 @@ abstract class Horde_Kolab_Server * supported the collapsed attribute should not be * included into the set of supported attributes. */ - if (!isset($attrs[$attrs])) { + if (!isset($attrs[$attribute])) { unset($collapsed[$attribute]); } }