• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/classes/general/calendar_livefeed.php
  • Класс: CCalendarLiveFeed
  • Вызов: CCalendarLiveFeed::OnAfterCommentAddAfter
static function OnAfterCommentAddAfter($entityType, $eventID, $arData, $logID = false): void
{
	if ($entityType !== "EV")
	{
		return;
	}

	if ((int)$logID <= 0)
	{
		return;
	}

	self::SetCommentFileRights($arData, $logID);
}