"SORT_BY1" => $sort,
"SORT_ORDER1" => $order,
"SORT_BY1" => $sort,
"SORT_ORDER1" => $order,
$request = \Bitrix\Main\Application::getInstance()->getContext()->getRequest();
$isAjaxReviews = $request->isAjaxRequest() && isset($request['AJAX_REVIEWS']) && $request['AJAX_REVIEWS'] == 'Y';
if($isAjaxReviews) {
// здесь обработчик
}
if($isAjaxReviews) {
$APPLICATION->RestartBuffer();
}
if($isAjaxReviews) {
die();
}
unset($arFields["ENTITY_ID"]);
unset($arFields["FIELD_NAME"]);
unset($arFields["USER_TYPE_ID"]);
unset($arFields["MULTIPLE"]);