aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-10-29 23:29:16 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2013-10-29 23:29:16 +0100
commitffb0e14d7b1a900199af6bff93fbee6b8a4340b9 (patch)
tree61ad9054ea4bd345ab0dca68c13f0c3d4f25a31a /apps/user_ldap/lib
parenta90cefcea2d9240477fdd597d6dc247f101f555a (diff)
downloadnextcloud-server-ffb0e14d7b1a900199af6bff93fbee6b8a4340b9.tar.gz
nextcloud-server-ffb0e14d7b1a900199af6bff93fbee6b8a4340b9.zip
replacing ownCloud by theme-able name or avoid it's usage
Diffstat (limited to 'apps/user_ldap/lib')
-rw-r--r--apps/user_ldap/lib/access.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/access.php b/apps/user_ldap/lib/access.php
index f133260383c..a07bd3fa11f 100644
--- a/apps/user_ldap/lib/access.php
+++ b/apps/user_ldap/lib/access.php
@@ -356,7 +356,7 @@ class Access extends LDAPUtility {
}
//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 name for '.$dn.'.', \OCP\Util::INFO);
return false;
}