mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 06:55:56 +00:00
don't show E_USER_DEPRECATED on the frontpage
This commit is contained in:
@@ -507,7 +507,7 @@ class RPC extends Handler_Protected {
|
||||
$sth = $pdo->prepare("SELECT COUNT(id) AS cid
|
||||
FROM ttrss_error_log
|
||||
WHERE
|
||||
errno != 1024 AND
|
||||
errno NOT IN (".E_USER_NOTICE.", ".E_USER_DEPRECATED.") AND
|
||||
$log_interval AND
|
||||
errstr NOT LIKE '%imagecreatefromstring(): Data is not in a recognized format%'");
|
||||
$sth->execute();
|
||||
|
||||
Reference in New Issue
Block a user