From b2f085806040ee9eb4ea02739c507c20baf8e981 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 22 Nov 2018 22:15:27 +0300 Subject: sanity config: fix typo --- include/sanity_check.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/sanity_check.php') diff --git a/include/sanity_check.php b/include/sanity_check.php index 460bd0ba7..8a38ec523 100755 --- a/include/sanity_check.php +++ b/include/sanity_check.php @@ -75,7 +75,7 @@ "Configuration option checker sanity_config.php is outdated, please recreate it using ./utils/regen_config_checks.sh"); } - foreach ($requred_defines as $d) { + foreach ($required_defines as $d) { if (!defined($d)) { array_push($errors, "Required configuration file parameter $d is not defined in config.php. You might need to copy it from config.php-dist."); -- cgit v1.2.3-54-g00ecf