Fixed configkey casing for PostgreSQL
This commit is contained in:
parent
79ae3c4527
commit
fd5dec0298
|
@ -120,7 +120,7 @@ class Helper {
|
||||||
|
|
||||||
$saveOtherConfigurations = '';
|
$saveOtherConfigurations = '';
|
||||||
if(empty($prefix)) {
|
if(empty($prefix)) {
|
||||||
$saveOtherConfigurations = 'AND `Configkey` NOT LIKE \'s%\'';
|
$saveOtherConfigurations = 'AND `configkey` NOT LIKE \'s%\'';
|
||||||
}
|
}
|
||||||
|
|
||||||
$query = \OCP\DB::prepare('
|
$query = \OCP\DB::prepare('
|
||||||
|
|
Loading…
Reference in New Issue