mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 23:55: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
|
WHERE
|
||||||
errno NOT IN (".E_USER_NOTICE.", ".E_USER_DEPRECATED.") AND
|
errno NOT IN (".E_USER_NOTICE.", ".E_USER_DEPRECATED.") AND
|
||||||
$log_interval 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%'");
|
errstr NOT LIKE '%imagecreatefromstring(): Data is not in a recognized format%'");
|
||||||
$sth->execute();
|
$sth->execute();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user