Changeset 15854
- Timestamp:
- 03/26/08 10:32:09 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/midcom.helper.datamanager2/type/images.php
r15585 r15854 371 371 { 372 372 $images_identifier = $info[0]; 373 $this->titles[$images_identifier] = $this->attachments_info[$blobs_identifier]['object']->title; 373 if ( isset($this->attachments_info[$blobs_identifier]['object']) 374 && isset($images_identifier) 375 ) 376 { 377 $this->titles[$images_identifier] = $this->attachments_info[$blobs_identifier]['object']->title; 378 } 374 379 } 375 380 }
