[ticket/12684] Another little fix

PHPBB3-12684
This commit is contained in:
Matt Friedman 2016-02-29 14:28:02 -08:00
parent fe31060fca
commit a84f77bf25

View file

@ -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);
}