1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 01:55:55 +00:00

hide event log accordion pane if LOG_DESTINATION is not sql

This commit is contained in:
Andrew Dolgov
2021-03-07 09:02:24 +03:00
parent 5bb8714839
commit 17650775d2
2 changed files with 8 additions and 9 deletions

View File

@@ -55,6 +55,8 @@ function ttrss_error_handler($errno, $errstr, $file, $line) {
if (class_exists("Logger"))
return Logger::log_error((int)$errno, $errstr, $file, (int)$line, $context);
else
return false;
}
function ttrss_fatal_handler() {