]> source.dussan.org Git - nextcloud-server.git/commit
Fix updates of NULL appconfig values 23641/head
authorRoeland Jago Douma <roeland@famdouma.nl>
Wed, 21 Oct 2020 08:04:06 +0000 (10:04 +0200)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Fri, 23 Oct 2020 08:45:29 +0000 (08:45 +0000)
commit1cc6a0f8e350c3f9bfa492c966bc3ad2d7d5c3a0
tree2ba2c489890e4eb9dc6f4fae0161503b0001516a
parent526a392002a42c1a231f1e181b391aabd60d8654
Fix updates of NULL appconfig values

The comparisson of NULL is a bit special.
So we need to handle this a tad beter else it might not replace NULL
values. or allow you to set NULL values on updates.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
lib/private/AppConfig.php