add missing \
This commit is contained in:
parent
d546718179
commit
c3cbb463e3
|
@ -255,7 +255,7 @@ abstract class Access {
|
||||||
}
|
}
|
||||||
|
|
||||||
//if everything else did not help..
|
//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…
Reference in New Issue