From 6c9518ea3232d02605ea4bd57e1bf56a91d05855 Mon Sep 17 00:00:00 2001 From: Tristan Darricau Date: Wed, 4 Jun 2014 14:47:00 +0200 Subject: [ticket/12655] Don't require acp/common again in the commands PHPBB3-12655 --- phpBB/phpbb/console/command/cache/purge.php | 1 - 1 file changed, 1 deletion(-) (limited to 'phpBB/phpbb/console/command/cache/purge.php') 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(); } -- cgit v1.2.1