aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2015-07-28 15:24:07 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2015-07-28 15:24:07 +0200
commit0c0da697daa236cdffcd1fba96d3f978dc4cc80f (patch)
tree9fd7b1a5c081308b39b8cc29a368410a53d46425 /app
parent2f2facac300b95021406085d5d1701e001a0af65 (diff)
parentee093c611cb8e466b02e74431b0a9f2b43adada5 (diff)
Merge branch 'FreshRSS/dev' into dev
Diffstat (limited to 'app')
-rw-r--r--app/Models/ConfigurationSetter.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Models/ConfigurationSetter.php b/app/Models/ConfigurationSetter.php
index d7378d4d8..992a3a387 100644
--- a/app/Models/ConfigurationSetter.php
+++ b/app/Models/ConfigurationSetter.php
@@ -362,6 +362,7 @@ class FreshRSS_ConfigurationSetter {
continue;
}
+ $value = intval($value);
$limits = $limits_keys[$key];
if (
(!isset($limits['min']) || $value >= $limits['min']) &&