mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-06 22:23:10 -04:00
Fix mark_when setter
mark_when was not taken in consideration.
This commit is contained in:
@@ -210,9 +210,7 @@ class FreshRSS_ConfigurationSetter {
|
||||
|
||||
private function _mark_when(&$data, $values) {
|
||||
foreach ($values as $key => $value) {
|
||||
if (isset($data['mark_when'][$key])) {
|
||||
$data['mark_when'][$key] = $this->handleBool($value);
|
||||
}
|
||||
$data['mark_when'][$key] = $this->handleBool($value);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user