diff --git a/apps/user_ldap/lib/access.php b/apps/user_ldap/lib/access.php index 986700ff05..922dc90952 100644 --- a/apps/user_ldap/lib/access.php +++ b/apps/user_ldap/lib/access.php @@ -255,7 +255,7 @@ abstract class Access { } //if everything else did not help.. - OCP\Util::writeLog('user_ldap', 'Could not create unique ownCloud name for '.$dn.'.', \OCP\Util::INFO); + \OCP\Util::writeLog('user_ldap', 'Could not create unique ownCloud name for '.$dn.'.', \OCP\Util::INFO); } /**