Changeset 16072
- Timestamp:
- 04/11/08 15:54:19 (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/midcom.helper.datamanager2/type/images.php
r15854 r16072 370 370 foreach ($this->_attachment_map as $blobs_identifier => $info) 371 371 { 372 if (!isset($info[0])) 373 { 374 continue; 375 } 372 376 $images_identifier = $info[0]; 373 if ( isset($this->attachments_info[$blobs_identifier]['object']) 374 && isset($images_identifier) 377 if ( isset($this->attachments_info[$blobs_identifier]) 378 && isset($this->attachments_info[$blobs_identifier]['object']) 379 && is_object($this->attachments_info[$blobs_identifier]['object']) 375 380 ) 376 381 {
