aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console/command/cache/purge.php
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2014-06-06 19:49:29 +0200
committerAndreas Fischer <bantu@phpbb.com>2014-06-06 19:49:29 +0200
commitfc4275ab2b414e184007a8791c7ee09537d5a827 (patch)
tree664167124c4b1e0613f8af4314c560e0f368a395 /phpBB/phpbb/console/command/cache/purge.php
parent69e50dffaed944c68bbfa88bf282dc765f580791 (diff)
parent5b51acf245fc1fbd454d394e8b44bf73d6439248 (diff)
downloadforums-fc4275ab2b414e184007a8791c7ee09537d5a827.tar
forums-fc4275ab2b414e184007a8791c7ee09537d5a827.tar.gz
forums-fc4275ab2b414e184007a8791c7ee09537d5a827.tar.bz2
forums-fc4275ab2b414e184007a8791c7ee09537d5a827.tar.xz
forums-fc4275ab2b414e184007a8791c7ee09537d5a827.zip
Merge pull request #2543 from Nicofuma/ticket/12655
[ticket/12655] Run phpbbcli as a shell when --shell or -s is used * Nicofuma/ticket/12655: [ticket/12655] Set register_container_commands as public [ticket/12655] Don't try to restore the definition in the help [ticket/12655] Fix coding style [ticket/12655] Make the --shell option available only for phpbbcli.php [ticket/12655] Fix coding style in \phpbb\console\application [ticket/12655] Set the arguments of \phpbb\console\application as required [ticket/12655] Don't require acp/common again in the commands [ticket/12655] Run the shell when --shell is used
Diffstat (limited to 'phpBB/phpbb/console/command/cache/purge.php')
-rw-r--r--phpBB/phpbb/console/command/cache/purge.php1
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();
}