From: Jan Schneider Date: Mon, 13 Sep 2010 21:21:21 +0000 (+0200) Subject: Fix parse error (Bug #9197). X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=8c8036716d2d7efe01f1ddc78437a42cdf765403;p=horde.git Fix parse error (Bug #9197). --- diff --git a/framework/Group/lib/Horde/Group/Ldap.php b/framework/Group/lib/Horde/Group/Ldap.php index c5bd02e8f..5c55c30ea 100644 --- a/framework/Group/lib/Horde/Group/Ldap.php +++ b/framework/Group/lib/Horde/Group/Ldap.php @@ -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];