mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 05:25:56 +00:00
block useless usort() E_DEPRECATED for the time being
This commit is contained in:
@@ -522,6 +522,7 @@ class RPC extends Handler_Protected {
|
||||
WHERE
|
||||
errno NOT IN (".E_USER_NOTICE.", ".E_USER_DEPRECATED.") AND
|
||||
$log_interval AND
|
||||
errstr NOT LIKE '%Returning bool from comparison function is deprecated%' AND
|
||||
errstr NOT LIKE '%imagecreatefromstring(): Data is not in a recognized format%'");
|
||||
$sth->execute();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user