]> source.dussan.org Git - nextcloud-server.git/commit
Avoid updating _lastChange when nothing is changed in the configuration 31602/head
authorCôme Chilliet <come.chilliet@nextcloud.com>
Tue, 22 Mar 2022 13:53:37 +0000 (14:53 +0100)
committerCôme Chilliet (Rebase PR Action) <come-nc@users.noreply.github.com>
Thu, 31 Mar 2022 08:38:05 +0000 (08:38 +0000)
commit9fc00fdb8289a0e1b65be39a5afa7d5ea8513e74
treeb661911d24fe2a98b0884a9428d9c9ce6c40958b
parentbd9c4fbc070cf41974900eb1fe03d3b72fcf1e01
Avoid updating _lastChange when nothing is changed in the configuration

Had to set at least one var when creating an empty configuration in
 order to save the default values.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
apps/user_ldap/lib/Command/CreateEmptyConfig.php
apps/user_ldap/lib/Configuration.php
apps/user_ldap/lib/Controller/ConfigAPIController.php