diff options
Diffstat (limited to 'app/Core/Ldap/Query.php')
-rw-r--r-- | app/Core/Ldap/Query.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Core/Ldap/Query.php b/app/Core/Ldap/Query.php index bea6d5d6..7c1524ca 100644 --- a/app/Core/Ldap/Query.php +++ b/app/Core/Ldap/Query.php @@ -48,7 +48,7 @@ class Query */ public function execute($baseDn, $filter, array $attributes) { - if (DEBUG) { + if (DEBUG && $this->client->hasLogger()) { $this->client->getLogger()->debug('BaseDN='.$baseDn); $this->client->getLogger()->debug('Filter='.$filter); $this->client->getLogger()->debug('Attributes='.implode(', ', $attributes)); |