summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2014-03-03 16:15:23 +0100
committerVincent Petry <pvince81@owncloud.com>2014-03-03 16:15:23 +0100
commitfd5dec029894a5266f41dbaa6632b618bbf92c40 (patch)
tree213f626104e83aa127bc7beffb2575796e0fc99c /apps
parent79ae3c4527b492bee76b2951ca14e8259147b181 (diff)
downloadnextcloud-server-fd5dec029894a5266f41dbaa6632b618bbf92c40.tar.gz
nextcloud-server-fd5dec029894a5266f41dbaa6632b618bbf92c40.zip
Fixed configkey casing for PostgreSQL
Diffstat (limited to 'apps')
-rw-r--r--apps/user_ldap/lib/helper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/helper.php b/apps/user_ldap/lib/helper.php
index 7de7fe8667f..b5955cb2abb 100644
--- a/apps/user_ldap/lib/helper.php
+++ b/apps/user_ldap/lib/helper.php
@@ -120,7 +120,7 @@ class Helper {
$saveOtherConfigurations = '';
if(empty($prefix)) {
- $saveOtherConfigurations = 'AND `Configkey` NOT LIKE \'s%\'';
+ $saveOtherConfigurations = 'AND `configkey` NOT LIKE \'s%\'';
}
$query = \OCP\DB::prepare('