mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 13:15:55 +00:00
sanity_check: ERRORS was not imported from global scope
This commit is contained in:
@@ -1000,6 +1000,7 @@
|
|||||||
|
|
||||||
function sanity_check() {
|
function sanity_check() {
|
||||||
require_once 'errors.php';
|
require_once 'errors.php';
|
||||||
|
global $ERRORS;
|
||||||
|
|
||||||
$error_code = 0;
|
$error_code = 0;
|
||||||
$schema_version = get_schema_version(true);
|
$schema_version = get_schema_version(true);
|
||||||
|
|||||||
Reference in New Issue
Block a user