Summary | Can't contact LDAP server |
Queue | Turba |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | rsalmon (at) mbpgroup (dot) com |
Created | 01/19/2011 (5279 days ago) |
Due | |
Updated | 01/20/2011 (5278 days ago) |
Assigned | |
Resolved | 01/20/2011 (5278 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
Bug #9524: Fix method signaturehttp://git.horde.org/horde-git/-/commit/18e1910c0c33c1386112df84eb3f1a888b01236d
+++ Ldap.php 2011-01-20 14:31:22.000000000 +0100
@@ -44 +44 @@
- public function __construct($params)
+ public function __construct($name = '', $params = array())
@@ -56 +56 @@
- parent::__construct($params);
+ parent::__construct($name, $params);
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Turba
Summary ⇒ Can't contact LDAP server
Type ⇒ Bug
State ⇒ Unconfirmed
array_merge(): Argument
#2is not an array [pid 28681 on line 54 of"/var/www/html/hordetest/turba/lib/Driver/Ldap.php"]
Possible fix :
- public function __construct($params)
+ public function __construct($name = '', $params = array())