Skip to content

Commit

Permalink
Fix blank page with LDAP backend enabled (PHP7 / OwnCloud 9.0.2 RC1) o…
Browse files Browse the repository at this point in the history
  • Loading branch information
Deelight-fr committed May 4, 2016
1 parent 4ea2ad3 commit e711e2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/ldap_backend_adapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ private function connect() {
new \OCA\user_ldap\lib\LogWrapper(),
\OC::$server->getAvatarManager(),
new \OCP\Image(),
$dbc
$dbc,
\OC::$server->getUserManager()
);
$this->connection = new \OCA\user_ldap\lib\Connection($this->ldap,$configPrefixes[0]);

Expand Down

0 comments on commit e711e2d

Please sign in to comment.