Commit 255d8878 authored by Vincent Sherwood's avatar Vincent Sherwood Committed by Ralf Becker

ZP-805 Renamed constructor BackendSearchLDAP() to __construct(). Released...

ZP-805 Renamed constructor BackendSearchLDAP() to __construct(). Released under the Affero GNU General Public License (AGPL) version 3.
parent a9ccd55e
......@@ -57,7 +57,7 @@ class BackendSearchLDAP implements ISearchProvider {
* @return
* @throws StatusException
*/
public function BackendSearchLDAP() {
public function __construct() {
if (!function_exists("ldap_connect"))
throw new StatusException("BackendSearchLDAP(): php-ldap is not installed. Search aborted.", SYNC_SEARCHSTATUS_STORE_SERVERERROR, null, LOGLEVEL_FATAL);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment