mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #7508 from owncloud/ldap-configkeycasing
Fixed configkey casing for PostgreSQL
This commit is contained in:
commit
1da90fab84
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('
|
||||
|
|
|
|||
Loading…
Reference in a new issue