mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-08 01:41:33 +00:00
another take on inclusion of errorhandler in CLI scripts
This commit is contained in:
@@ -88,6 +88,10 @@
|
||||
return;
|
||||
}
|
||||
|
||||
if (!isset($options['daemon'])) {
|
||||
require_once "errorhandler.php";
|
||||
}
|
||||
|
||||
if (!isset($options['update-schema'])) {
|
||||
$schema_version = get_schema_version($link);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user