summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index f4450ada8..dcda35ece 100644
--- a/functions.php
+++ b/functions.php
@@ -333,7 +333,7 @@
if (!is_array($iterator)) {
db_query($link, "UPDATE ttrss_feeds
- SET last_error = 'CrazyBug 001: Can\'t find iterator :('
+ SET last_error = 'Parse error: can\'t find any articles.'
WHERE id = '$feed'");
return; // WTF?
}