mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/12655] Don't require acp/common again in the commands
PHPBB3-12655
This commit is contained in:
@@ -43,7 +43,7 @@ class migrate extends \phpbb\console\command\command
|
||||
$this->cache = $cache;
|
||||
$this->log = $log;
|
||||
$this->user = $user;
|
||||
$this->user->add_lang(array('common', 'acp/common', 'install', 'migrator'));
|
||||
$this->user->add_lang(array('common', 'install', 'migrator'));
|
||||
parent::__construct();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user