diff options
author | Matt Friedman <maf675@gmail.com> | 2016-03-05 10:41:35 -0800 |
---|---|---|
committer | Matt Friedman <maf675@gmail.com> | 2016-03-05 10:41:35 -0800 |
commit | cc941e6e05d3be75ef60d9473dee43cd6320c85b (patch) | |
tree | aa2d3e172326a27756b56334bff84d698ecad54b /phpBB | |
parent | 8c5d6efad5262417db341491f7c625832b226b22 (diff) | |
download | forums-cc941e6e05d3be75ef60d9473dee43cd6320c85b.tar forums-cc941e6e05d3be75ef60d9473dee43cd6320c85b.tar.gz forums-cc941e6e05d3be75ef60d9473dee43cd6320c85b.tar.bz2 forums-cc941e6e05d3be75ef60d9473dee43cd6320c85b.tar.xz forums-cc941e6e05d3be75ef60d9473dee43cd6320c85b.zip |
[ticket/12684] Remove whitespace
PHPBB3-12684
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/phpbb/console/command/user/add.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/console/command/user/add.php b/phpBB/phpbb/console/command/user/add.php index 187062f020..943cdb67a5 100644 --- a/phpBB/phpbb/console/command/user/add.php +++ b/phpBB/phpbb/console/command/user/add.php @@ -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')); |