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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user