Index: branches/unlabeled/unlabeled-1.14.2/core/kernel/utility/email.php =================================================================== diff -u -r5567 -r5653 --- branches/unlabeled/unlabeled-1.14.2/core/kernel/utility/email.php (.../email.php) (revision 5567) +++ branches/unlabeled/unlabeled-1.14.2/core/kernel/utility/email.php (.../email.php) (revision 5653) @@ -254,7 +254,7 @@ $file_info = array('path'=>$filepath, 'mime'=>$mime); $this->Files[] = $file_info; }else{ - die('File "'.$filepath.'" not exist...'."\n"); + $this->Application->ApplicationDie('File "'.$filepath.'" not exist...'."\n"); } $this->IsMultipart = true;