• Модуль: socialnetwork
  • Путь к файлу: ~/bitrix/modules/socialnetwork/lib/component/loglistcommon.php
  • Класс: BitrixSocialnetworkComponentLogListCommon
  • Вызов: LogListCommon::printErrors
protected function printErrors()
{
	foreach($this->errorCollection as $error)
	{
		ShowError($error);
	}
}