add the missing !

This commit is contained in:
Beu 2022-04-27 09:52:53 +02:00
parent ed4e2b2614
commit a63f0e9a93
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ class SettingManager implements CallbackListener, UsageInformationAble {
* @return bool
*/
private function deleteUnusedSettings() {
if ($this->getSettingValue($this, self::SETTING_DELETE_UNUSED_SETTING_AT_START)) {
if (!$this->getSettingValue($this, self::SETTING_DELETE_UNUSED_SETTING_AT_START)) {
return;
}