• Модуль: socialservices
  • Путь к файлу: ~/bitrix/modules/socialservices/classes/general/openid.php
  • Класс: CSocServLivejournal
  • Вызов: CSocServLivejournal::Authorize
public function Authorize($identity=false, $var=false)
{
	if($identity === false || is_array($identity))
		$identity = $_REQUEST['OPENID_IDENTITY_LIVEJOURNAL'].".livejournal.com";

	return parent::Authorize($identity, 'OPENID_IDENTITY_LIVEJOURNAL');
}