aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console/command/user/add.php
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2016-02-29 14:28:02 -0800
committerMatt Friedman <maf675@gmail.com>2016-02-29 14:28:02 -0800
commita84f77bf25c897067f5078ae2139214e5882192b (patch)
treeff92fe82bab13b97c043ede7a03e1b3768872b69 /phpBB/phpbb/console/command/user/add.php
parentfe31060fca4a07696029c50af2c74c88ab5d85fe (diff)
downloadforums-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/add.php')
-rw-r--r--phpBB/phpbb/console/command/user/add.php2
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);
}