Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1098799
D434.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Aug 14, 5:50 AM
Size
505 B
Mime Type
text/x-diff
Expires
Fri, Aug 15, 5:50 AM (2 h, 4 m)
Engine
blob
Format
Raw Data
Handle
711039
Attached To
D434: INP-1830 - Clear incompletely configured e-mail on error
D434.diff
View Options
Index: branches/5.2.x/core/kernel/utility/email.php
===================================================================
--- branches/5.2.x/core/kernel/utility/email.php
+++ branches/5.2.x/core/kernel/utility/email.php
@@ -260,6 +260,7 @@
$plain_message_body = $this->_getMessageBody(false);
if ( $html_message_body === false && $plain_message_body === false ) {
+ $this->sender->Clear();
trigger_error('Message template is empty (maybe after parsing).', E_USER_WARNING);
return false;
Event Timeline
Log In to Comment