fix numericopt setting
commitf37fd93eb642c709ffd1cbb73dee42771c53a56e
authorAndreas Gohr <andi@splitbrain.org>
Fri, 25 May 2018 12:39:26 +0000 (25 14:39 +0200)
committerAndreas Gohr <andi@splitbrain.org>
Fri, 25 May 2018 12:39:26 +0000 (25 14:39 +0200)
treee8f8e72d69a80c5526957ce2cd019f8a6a7733ce
parent5f43ccc40b552fd2afc0158cbfeca25c58ce08ec
fix numericopt setting

In 55a4f137738ef5718cc047e5fb802e1c6d0a409f a bug was introduced that

* forced resaving the config even if it hadn't changed
* prevented setting the value to an empty string once set
lib/plugins/config/_test/Setting/SettingNumericoptTest.php [new file with mode: 0644]
lib/plugins/config/core/Setting/SettingNumericopt.php