Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F871784
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, May 8, 2:42 AM
Size
505 B
Mime Type
text/x-diff
Expires
Fri, May 9, 2:42 AM (10 h, 1 m)
Engine
blob
Format
Raw Data
Handle
617690
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