Fixed configkey casing for PostgreSQL

This commit is contained in:
Vincent Petry 2014-03-03 16:15:23 +01:00
parent 79ae3c4527
commit fd5dec0298
1 changed files with 1 additions and 1 deletions

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