Author |
|
agustin Newbie
Joined: 17 March 2014
Online Status: Offline Posts: 5
|
Posted: 27 March 2014 at 2:11am | IP Logged
|
|
|
Hi, I think I have found a bug.
In the file libraries/afterlogic/common/managers/maincontacts/storages/ldap/
storage.php, in the line 674: Call to a member function Search() on a non-object.
the function $this->Ldap() can return an object or false, and you are using directly in the next line: $oLdap->Search(), without checking if it is false or an object.
Best regards,
Agustin.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 27 March 2014 at 2:15am | IP Logged
|
|
|
Thanks, developers will check this.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|