set last_error on is_array(): syntax error fixed
This commit is contained in:
parent
9a7a7b4133
commit
c808436c43
|
@ -306,7 +306,7 @@
|
||||||
|
|
||||||
if (!is_array($iterator)) {
|
if (!is_array($iterator)) {
|
||||||
db_query($link, "UPDATE ttrss_feeds
|
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'");
|
WHERE id = '$feed'");
|
||||||
return; // WTF?
|
return; // WTF?
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue