mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/14281] Correctly pass parameters to add_error_message
PHPBB3-14281
This commit is contained in:
parent
079b3d074d
commit
a1abf8253f
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ class show extends \phpbb\console\command\command
|
|||
|
||||
if (!is_file($config_file))
|
||||
{
|
||||
$iohandler->add_error_message('MISSING_FILE', array($config_file));
|
||||
$iohandler->add_error_message(array('MISSING_FILE', $config_file));
|
||||
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue