[ticket/12684] Remove whitespace

PHPBB3-12684
This commit is contained in:
Matt Friedman 2016-03-05 10:41:35 -08:00
parent 8c5d6efad5
commit cc941e6e05

View file

@ -185,7 +185,7 @@ class add extends \phpbb\console\command\command
);
$user_id = (int) user_add($user_row);
if (!$user_id)
{
$io->error($this->language->lang('AUTH_NO_PROFILE_CREATED'));