projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f870124
)
There is no scalar type hinting yet.
author
Jan Schneider
<jan@horde.org>
Mon, 13 Sep 2010 12:38:40 +0000
(14:38 +0200)
committer
Jan Schneider
<jan@horde.org>
Mon, 13 Sep 2010 13:35:10 +0000
(15:35 +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
4711c1e
..
bfc9d3a
100644
(file)
--- a/
framework/Group/lib/Horde/Group/Ldap.php
+++ b/
framework/Group/lib/Horde/Group/Ldap.php
@@
-174,7
+174,7
@@
class Horde_Group_Ldap extends Horde_Group
* @return Horde_Group_LdapObject A new group object.
* @throws Horde_Exception
*/
- public function newGroup(
string
$name, $parent = null)
+ public function newGroup($name, $parent = null)
{
try {
$entry = Horde::callHook('groupldap', array($name, $parent));