From: Andrew Dolgov Date: Wed, 5 Mar 2014 12:57:57 +0000 (+0400) Subject: sanity_check: ERRORS was not imported from global scope X-Git-Tag: 1.12~32 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=cacc187732e564d643b13a2a0916da0f3365de95;p=tt-rss.git sanity_check: ERRORS was not imported from global scope --- diff --git a/include/functions.php b/include/functions.php index 37efefbc..deddf358 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1000,6 +1000,7 @@ function sanity_check() { require_once 'errors.php'; + global $ERRORS; $error_code = 0; $schema_version = get_schema_version(true);