mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-08 05:41:33 +00:00
parser: force libxml error messages to valid utf8
This commit is contained in:
@@ -1170,10 +1170,12 @@ class RSSUtils {
|
||||
$sth->execute([$error_msg, $feed]);
|
||||
|
||||
unset($rss);
|
||||
|
||||
Debug::log("update failed.", Debug::$LOG_VERBOSE);
|
||||
return false;
|
||||
}
|
||||
|
||||
Debug::log("done", Debug::$LOG_VERBOSE);
|
||||
Debug::log("update done.", Debug::$LOG_VERBOSE);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user