1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:35:55 +00:00

sanity config: fix typo

This commit is contained in:
Andrew Dolgov
2018-11-22 22:15:27 +03:00
parent d5256c8228
commit b2f0858060
3 changed files with 4 additions and 4 deletions

View File

@@ -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.");