это
| Код |
|---|
$cp = $this->__component;
if (is_object($cp))
{
$cp->arResult['OFFERS'] = $arResult["OFFERS"];
$cp->arResult['OFFERS2JS'] = $arResult["OFFERS2JS"];
$cp->SetResultCacheKeys(array('DETAIL_TEXT', 'PREVIEW_TEXT', 'DISPLAY_PROPERTIES', 'OFFERS2JS', 'OFFERS'));
$cp->SetResultCacheKeys(array('OFFERS2JS'));
}
|
замените на
| Код |
|---|
$this->__component->arResult['OFFERS'] = $arResult["OFFERS"];
$this->__component->arResult['OFFERS2JS'] = $arResult["OFFERS2JS"];
$this->__component->SetResultCacheKeys(array('DETAIL_TEXT', 'PREVIEW_TEXT', 'DISPLAY_PROPERTIES', 'OFFERS2JS', 'OFFERS'));
$this->__component->SetResultCacheKeys(array('OFFERS2JS')); |
может буфер... больше не на что думать