summaryrefslogtreecommitdiff
path: root/classes/feeds.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/feeds.php')
-rwxr-xr-xclasses/feeds.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/feeds.php b/classes/feeds.php
index 3c21400f8..de2f750cd 100755
--- a/classes/feeds.php
+++ b/classes/feeds.php
@@ -434,7 +434,7 @@ class Feeds extends Handler_Protected {
$num_errors = ORM::for_table('ttrss_feeds')
->where_not_equal('last_error', '')
->where('owner_uid', $_SESSION['uid'])
- ->where_gt('update_interval', 0)
+ ->where_gte('update_interval', 0)
->count('id');
if ($num_errors > 0) {
@@ -587,7 +587,7 @@ class Feeds extends Handler_Protected {
$num_errors = ORM::for_table('ttrss_feeds')
->where_not_equal('last_error', '')
->where('owner_uid', $_SESSION['uid'])
- ->where_gt('update_interval', 0)
+ ->where_gte('update_interval', 0)
->count('id');
if ($num_errors > 0) {