1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-23 10:01:55 +02:00

[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'));