diff --git a/functions.php b/functions.php index a7e89fc1d..69decc65c 100644 --- a/functions.php +++ b/functions.php @@ -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? }