diff options
author | Vincent Petry <pvince81@owncloud.com> | 2014-03-03 16:15:23 +0100 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2014-03-03 16:15:23 +0100 |
commit | fd5dec029894a5266f41dbaa6632b618bbf92c40 (patch) | |
tree | 213f626104e83aa127bc7beffb2575796e0fc99c /apps | |
parent | 79ae3c4527b492bee76b2951ca14e8259147b181 (diff) | |
download | nextcloud-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.php | 2 |
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(' |