Fix typo.
authorGunnar Wrobel <p@rdus.de>
Mon, 13 Apr 2009 05:47:50 +0000 (07:47 +0200)
committerGunnar Wrobel <p@rdus.de>
Mon, 13 Apr 2009 07:55:43 +0000 (09:55 +0200)
framework/Kolab_Server/lib/Horde/Kolab/Server.php

index 4ffd5ea..bda39a5 100644 (file)
@@ -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]);
                             }
                         }