mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-25 20:58:55 +00:00
[ticket/14349] Add cli error message on missing or invalid data
PHPBB3-14349
This commit is contained in:
parent
3910ffd664
commit
d99927d3a6
1 changed files with 1 additions and 0 deletions
|
@ -316,6 +316,7 @@ $lang = array_merge($lang, array(
|
|||
'CLI_INSTALL_VALIDATE_CONFIG' => 'Validate a configuration file',
|
||||
'CLI_CONFIG_FILE' => 'Config file to use',
|
||||
'MISSING_FILE' => 'Unable to access file %1$s',
|
||||
'MISSING_DATA' => 'Config file is missing data or might contain invalid settings.',
|
||||
'INVALID_YAML_FILE' => 'Could not parse YAML file %1$s',
|
||||
));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue