add missing \

remotes/origin/stable45
Arthur Schiwon 14 years ago
parent d546718179
commit c3cbb463e3
  1. 2
      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);
}
/**

Loading…
Cancel
Save