1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/16432] Display APCu Cache notice when handling extensions through CLI

PHPBB3-16432
This commit is contained in:
mrgoldy
2020-04-12 00:46:00 +02:00
parent c990818200
commit 3e128d06f4
7 changed files with 46 additions and 6 deletions

View File

@@ -55,6 +55,7 @@ class disable extends command
else
{
$this->log->add('admin', ANONYMOUS, '', 'LOG_EXT_DISABLE', time(), array($name));
$this->check_apcu_cache($io);
$io->success($this->user->lang('CLI_EXTENSION_DISABLE_SUCCESS', $name));
return 0;
}