From cacc187732e564d643b13a2a0916da0f3365de95 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 5 Mar 2014 16:57:57 +0400 Subject: sanity_check: ERRORS was not imported from global scope --- include/functions.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/functions.php') diff --git a/include/functions.php b/include/functions.php index 37efefbca..deddf358f 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); -- cgit v1.2.3