1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-23 11:46:37 +02:00

set last_error on is_array(): syntax error fixed

This commit is contained in:
Andrew Dolgov 2006-03-19 14:25:06 +01:00
parent 9a7a7b4133
commit c808436c43

View File

@ -306,7 +306,7 @@
if (!is_array($iterator)) {
db_query($link, "UPDATE ttrss_feeds
SET last_error = 'CrazyBug 001: Can't find iterator :('
SET last_error = 'CrazyBug 001: Can\'t find iterator :('
WHERE id = '$feed'");
return; // WTF?
}