• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/repo.php
  • Класс: BitrixLandingRepo
  • Вызов: Repo::update
static function update($id, $fields = array())
{
	$res = parent::update($id, $fields);

	if ($res->isSuccess())
	{
		Block::clearRepositoryCache();
	}

	return $res;
}