Index: trunk/kernel/units/images/image_tag_processor.php =================================================================== diff -u -N -r5340 -r5431 --- trunk/kernel/units/images/image_tag_processor.php (.../image_tag_processor.php) (revision 5340) +++ trunk/kernel/units/images/image_tag_processor.php (.../image_tag_processor.php) (revision 5431) @@ -50,10 +50,8 @@ function LoadItemImage($params) { $parent_item =& $this->Application->recallObject($params['PrefixSpecial']); + $object =& $this->Application->recallObject($this->getPrefixSpecial(), null, Array('skip_autoload' => true)); - $this->Application->setUnitOption($this->Prefix,'AutoLoad',false); - $object =& $this->Application->recallObject($this->getPrefixSpecial(), null); - // if we need primary thumbnail which is preloaded with products list $object->Clear();