X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=include%2Fsanity_check.php;h=8a38ec5238a552aeb282db334248213be3a69ef1;hb=b2f085806040ee9eb4ea02739c507c20baf8e981;hp=460bd0ba70d614ecba77d507ae544f0b35b9f0b3;hpb=8ab77d19ef3c84ab6b3a5d6817e4109586310d94;p=tt-rss.git diff --git a/include/sanity_check.php b/include/sanity_check.php index 460bd0ba..8a38ec52 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.");