diff options
author | Matt Friedman <maf675@gmail.com> | 2016-02-29 14:28:02 -0800 |
---|---|---|
committer | Matt Friedman <maf675@gmail.com> | 2016-02-29 14:28:02 -0800 |
commit | a84f77bf25c897067f5078ae2139214e5882192b (patch) | |
tree | ff92fe82bab13b97c043ede7a03e1b3768872b69 /phpBB/phpbb/console/command/user | |
parent | fe31060fca4a07696029c50af2c74c88ab5d85fe (diff) | |
download | forums-a84f77bf25c897067f5078ae2139214e5882192b.tar forums-a84f77bf25c897067f5078ae2139214e5882192b.tar.gz forums-a84f77bf25c897067f5078ae2139214e5882192b.tar.bz2 forums-a84f77bf25c897067f5078ae2139214e5882192b.tar.xz forums-a84f77bf25c897067f5078ae2139214e5882192b.zip |
[ticket/12684] Another little fix
PHPBB3-12684
Diffstat (limited to 'phpBB/phpbb/console/command/user')
-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 46056caffd..647c353dd0 100644 --- a/phpBB/phpbb/console/command/user/add.php +++ b/phpBB/phpbb/console/command/user/add.php @@ -68,7 +68,7 @@ class add extends \phpbb\console\command\command $this->phpbb_root_path = $phpbb_root_path; $this->php_ext = $php_ext; - $language->add_lang('ucp'); + $this->language->add_lang('ucp'); parent::__construct($user); } |