phpBB

Code Changes

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

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

		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;
}

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