Index: branches/unlabeled/unlabeled-1.3.2/core/units/images/image_tag_processor.php =================================================================== diff -u -r5440 -r5882 --- branches/unlabeled/unlabeled-1.3.2/core/units/images/image_tag_processor.php (.../image_tag_processor.php) (revision 5440) +++ branches/unlabeled/unlabeled-1.3.2/core/units/images/image_tag_processor.php (.../image_tag_processor.php) (revision 5882) @@ -149,6 +149,7 @@ { $img_path = $this->GetFullPath( getArrayValue($params, 'img_path') ); + if (!file_exists($img_path)) return false; $image_info = @getimagesize($img_path); // if( !($img_path && file_exists($img_path) && isset($image_info) ) )