summaryrefslogtreecommitdiff
path: root/include/functions2.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-07-12 12:01:34 +0300
committerAndrew Dolgov <[email protected]>2015-07-12 12:01:34 +0300
commit34440201006344012ed01e37f883f2f0c11fcba7 (patch)
tree0996cf30ba290902cd6f3990215e399dbd9a72b2 /include/functions2.php
parent1727ceabca4e1d71cb5412946fcd94c3e3ea6196 (diff)
report top id changed in headlines buffer
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);
}
}
}