• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/tradingplatform/vk/journal.php
  • Класс: BitrixSaleTradingPlatformVkJournal
  • Вызов: Journal::getCriticalErrorsMessage
static function getCriticalErrorsMessage($exportId, $txt)
{
	ob_start();
	CAdminMessage::ShowMessage(array("MESSAGE" => $txt, "HTML" => true, "TYPE" => "ERROR", "DETAILS" => ''));
	$res = ob_get_clean();
	
	return $res;
}