• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/History/Action/EditImgAction.php
  • Класс: BitrixLandingHistoryActionEditImgAction
  • Вызов: EditImgAction::compareParams
static function compareParams(array $oldParams, array $newParams): bool
{
	// todo: or compare just file ids?
	unset(
		$oldParams['valueBefore'], $newParams['valueBefore'],
		$oldParams['type'], $newParams['type']
	);

	return $oldParams === $newParams;
}