• Модуль: socialnetwork
  • Путь к файлу: ~/bitrix/modules/socialnetwork/classes/general/user.php
  • Класс: CAllSocNetUser
  • Вызов: CAllSocNetUser::OnBeforeProlog
static function OnBeforeProlog()
{
	global $USER;

	if (!$USER->IsAuthorized())
		return;

	CUser::SetLastActivityDate($USER->GetID(), true);
}