Index: branches/unlabeled/unlabeled-1.1.4/core/units/images/image_tag_processor.php =================================================================== diff -u -r4304 -r5428 --- branches/unlabeled/unlabeled-1.1.4/core/units/images/image_tag_processor.php (.../image_tag_processor.php) (revision 4304) +++ branches/unlabeled/unlabeled-1.1.4/core/units/images/image_tag_processor.php (.../image_tag_processor.php) (revision 5428) @@ -49,10 +49,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();