fix small bug when disabling linked setting
This commit is contained in:
parent
d8f93a3a31
commit
84e7e5fb17
@ -457,6 +457,10 @@ class SettingManager implements CallbackListener, UsageInformationAble {
|
|||||||
$this->clearStorage();
|
$this->clearStorage();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ($this->disableCache && $setting->linked && isset($this->storedSettings[$setting->class . $setting->setting])) {
|
||||||
|
unset($this->storedSettings[$setting->class . $setting->setting]);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user