diff options
Diffstat (limited to 'phpBB/phpbb/console/command/cache')
| -rw-r--r-- | phpBB/phpbb/console/command/cache/purge.php | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/phpBB/phpbb/console/command/cache/purge.php b/phpBB/phpbb/console/command/cache/purge.php index 1e2adaeb4d..50953185a4 100644 --- a/phpBB/phpbb/console/command/cache/purge.php +++ b/phpBB/phpbb/console/command/cache/purge.php @@ -43,7 +43,6 @@ class purge extends \phpbb\console\command\command  		$this->log = $log;  		$this->user = $user;  		$this->config = $config; -		$this->user->add_lang(array('acp/common'));  		parent::__construct();  	} | 
