mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/12684] Another little fix
PHPBB3-12684
This commit is contained in:
parent
fe31060fca
commit
a84f77bf25
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ class add extends \phpbb\console\command\command
|
||||||
$this->phpbb_root_path = $phpbb_root_path;
|
$this->phpbb_root_path = $phpbb_root_path;
|
||||||
$this->php_ext = $php_ext;
|
$this->php_ext = $php_ext;
|
||||||
|
|
||||||
$language->add_lang('ucp');
|
$this->language->add_lang('ucp');
|
||||||
parent::__construct($user);
|
parent::__construct($user);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue