mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-31 20:51:30 -04:00
Merge pull request #927 from marienfressinaud/925-cast-int-limit-config
Cast $limits values in int (config)
This commit is contained in:
@@ -362,6 +362,7 @@ class FreshRSS_ConfigurationSetter {
|
||||
continue;
|
||||
}
|
||||
|
||||
$value = intval($value);
|
||||
$limits = $limits_keys[$key];
|
||||
if (
|
||||
(!isset($limits['min']) || $value >= $limits['min']) &&
|
||||
|
||||
Reference in New Issue
Block a user