mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 03:22:37 +02:00
[ticket/14281] Correctly pass parameters to add_error_message
PHPBB3-14281
This commit is contained in:
@@ -96,7 +96,7 @@ class show extends \phpbb\console\command\command
|
|||||||
|
|
||||||
if (!is_file($config_file))
|
if (!is_file($config_file))
|
||||||
{
|
{
|
||||||
$iohandler->add_error_message('MISSING_FILE', array($config_file));
|
$iohandler->add_error_message(array('MISSING_FILE', $config_file));
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user