add the missing !
This commit is contained in:
parent
ed4e2b2614
commit
a63f0e9a93
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user