summaryrefslogtreecommitdiff
path: root/include/sanity_check.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-11-22 22:15:27 +0300
committerAndrew Dolgov <[email protected]>2018-11-22 22:15:27 +0300
commitb2f085806040ee9eb4ea02739c507c20baf8e981 (patch)
tree29f1738d1bacfa48e9063b7ae83fce617e755b38 /include/sanity_check.php
parentd5256c8228736a7bf799b4df42dab5516af513a3 (diff)
sanity config: fix typo
Diffstat (limited to 'include/sanity_check.php')
-rwxr-xr-xinclude/sanity_check.php2
1 files changed, 1 insertions, 1 deletions
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.");