From dbfec845d7dc296b725e63679b81d5cce0fc93e0 Mon Sep 17 00:00:00 2001 From: Gunnar Wrobel Date: Mon, 13 Apr 2009 07:47:50 +0200 Subject: [PATCH] Fix typo. --- framework/Kolab_Server/lib/Horde/Kolab/Server.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]); } } -- 2.11.0