projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
977da54
)
Fix parse error (Bug #9197).
author
Jan Schneider
<jan@horde.org>
Mon, 13 Sep 2010 21:21:21 +0000
(23:21 +0200)
committer
Jan Schneider
<jan@horde.org>
Mon, 13 Sep 2010 21:21:36 +0000
(23:21 +0200)
framework/Group/lib/Horde/Group/Ldap.php
patch
|
blob
|
history
diff --git
a/framework/Group/lib/Horde/Group/Ldap.php
b/framework/Group/lib/Horde/Group/Ldap.php
index
c5bd02e
..
5c55c30
100644
(file)
--- 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];