phpBB

Code Changes

File: phpbb/console/command/extension/purge.php

  Unmodified   Added   Modified   Removed
Line 48Line 48
		else
{
$this->log->add('admin', ANONYMOUS, '', 'LOG_EXT_PURGE', time(), array($name));

		else
{
$this->log->add('admin', ANONYMOUS, '', 'LOG_EXT_PURGE', time(), array($name));

 
			$this->check_apcu_cache($io);

			$io->success($this->user->lang('CLI_EXTENSION_PURGE_SUCCESS', $name));
return 0;
}

			$io->success($this->user->lang('CLI_EXTENSION_PURGE_SUCCESS', $name));
return 0;
}