diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-06-04 14:47:00 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-06-04 14:47:00 +0200 |
commit | 6c9518ea3232d02605ea4bd57e1bf56a91d05855 (patch) | |
tree | 74c8dafbb445bcf50a39bb32364ee845672ac1bb /phpBB/phpbb/console/command/cache | |
parent | 5efd55a34883acad2971117d3a7faf20ecd7e08b (diff) | |
download | forums-6c9518ea3232d02605ea4bd57e1bf56a91d05855.tar forums-6c9518ea3232d02605ea4bd57e1bf56a91d05855.tar.gz forums-6c9518ea3232d02605ea4bd57e1bf56a91d05855.tar.bz2 forums-6c9518ea3232d02605ea4bd57e1bf56a91d05855.tar.xz forums-6c9518ea3232d02605ea4bd57e1bf56a91d05855.zip |
[ticket/12655] Don't require acp/common again in the commands
PHPBB3-12655
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(); } |