summaryrefslogtreecommitdiff
path: root/include/functions2.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/functions2.php')
-rw-r--r--include/functions2.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions2.php b/include/functions2.php
index e4e66acd1..31504a38b 100644
--- a/include/functions2.php
+++ b/include/functions2.php
@@ -761,7 +761,7 @@
if ($current_top_id != $check_top_id) {
// top changed, bail out
- return array(false, $feed_title, $feed_site_url, $last_error, $last_updated, $search_words);
+ return array(-1, $feed_title, $feed_site_url, $last_error, $last_updated, $search_words);
}
}
}