Index: trunk/kernel/units/images/image_tag_processor.php =================================================================== diff -u -N -r8388 -r8391 --- trunk/kernel/units/images/image_tag_processor.php (.../image_tag_processor.php) (revision 8388) +++ trunk/kernel/units/images/image_tag_processor.php (.../image_tag_processor.php) (revision 8391) @@ -64,6 +64,8 @@ $parent_item =& $this->Application->recallObject($params['PrefixSpecial']); $object =& $this->Application->recallObject($this->getPrefixSpecial(), null, Array('skip_autoload' => true)); + /* @var $object kDBItem */ + $object->Clear(); // if we need primary thumbnail which is preloaded with products list @@ -83,7 +85,8 @@ ) { $object->SetDefaultValues(); - $object->SetDBFieldsFromHash($parent_item->GetFieldValues(), Array('SameImages', 'LocalThumb', 'ThumbPath', 'ThumbUrl', 'LocalImage', 'LocalPath', 'Url') ); + $object->SetDBField('Url', $parent_item->GetDBField('FullUrl')); + $object->SetDBFieldsFromHash($parent_item->GetFieldValues(), Array('SameImages', 'LocalThumb', 'ThumbPath', 'ThumbUrl', 'LocalImage', 'LocalPath') ); $object->Loaded = true; } else { // if requested image is not primary thumbnail - load it directly