Fixed configkey casing for PostgreSQL

remotes/origin/ldap_group_count
Vincent Petry 2014-03-03 16:15:23 +07:00
parent 79ae3c4527
commit fd5dec0298
1 changed files with 1 additions and 1 deletions

@ -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('