• Модуль: mobile
  • Путь к файлу: ~/bitrix/modules/mobile/lib/component/loglist/page.php
  • Класс: BitrixMobileComponentLogListPage
  • Вызов: Page::deleteLogPageData
public function deleteLogPageData($result)
{
	$params = $this->getComponent()->arParams;

	if (
		count($result['arLogTmpID']) == 0
		&& $this->getDateLastPageStart() !== null
		&& Util::checkUserAuthorized()
		&& $params['SET_LOG_PAGE_CACHE'] === 'Y'
	)
	{
		CSocNetLogPages::deleteEx($result['currentUserId'], SITE_ID, $params['PAGE_SIZE'], ($result['COUNTER_TYPE'] <> '' ? $result['COUNTER_TYPE'] : '**'));
	}
}