From 8c8036716d2d7efe01f1ddc78437a42cdf765403 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Mon, 13 Sep 2010 23:21:21 +0200 Subject: [PATCH] Fix parse error (Bug #9197). --- framework/Group/lib/Horde/Group/Ldap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; -- 2.11.0