]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fixed configkey casing for PostgreSQL
authorVincent Petry <pvince81@owncloud.com>
Mon, 3 Mar 2014 15:15:23 +0000 (16:15 +0100)
committerVincent Petry <pvince81@owncloud.com>
Mon, 3 Mar 2014 15:15:23 +0000 (16:15 +0100)
apps/user_ldap/lib/helper.php

index 7de7fe8667f7039a95437de4689f6942dceadb28..b5955cb2abba15e4cfcfbb6e47e16e2f28df40f4 100644 (file)
@@ -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('