diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2012-08-05 21:35:37 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2012-08-05 21:35:37 +0200 |
commit | c3cbb463e3cdd967e2c9a9bfd1e332e4a9fa8300 (patch) | |
tree | 1a116a09ed9dcdce894f42612589e32347cc00cf /apps | |
parent | d54671817929651b2533f5e0875828844bcf44f1 (diff) | |
download | nextcloud-server-c3cbb463e3cdd967e2c9a9bfd1e332e4a9fa8300.tar.gz nextcloud-server-c3cbb463e3cdd967e2c9a9bfd1e332e4a9fa8300.zip |
add missing \
Diffstat (limited to 'apps')
-rw-r--r-- | apps/user_ldap/lib/access.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/access.php b/apps/user_ldap/lib/access.php index 986700ff05f..922dc909524 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); } /** |