Fix parse error (Bug #9197).
authorJan Schneider <jan@horde.org>
Mon, 13 Sep 2010 21:21:21 +0000 (23:21 +0200)
committerJan Schneider <jan@horde.org>
Mon, 13 Sep 2010 21:21:36 +0000 (23:21 +0200)
framework/Group/lib/Horde/Group/Ldap.php

index c5bd02e..5c55c30 100644 (file)
@@ -455,7 +455,7 @@ class Horde_Group_Ldap extends Horde_Group
             if ($res === -1) {
                 throw new Horde_Group_Exception(sprintf('Internal Error: An attribute must ALWAYS match itself: %s', @ldap_error($this->_ds)));
             }
-            $cache[$group] = $res
+            $cache[$group] = $res;
         }
 
         return $cache[$group];