]> git.wh0rd.org - tt-rss.git/blobdiff - include/sanity_check.php
sanity config: fix typo
[tt-rss.git] / include / sanity_check.php
index 460bd0ba70d614ecba77d507ae544f0b35b9f0b3..8a38ec5238a552aeb282db334248213be3a69ef1 100755 (executable)
@@ -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.");