Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1169611
D434.id1121.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
Fri, Sep 26, 8:14 AM
Size
505 B
Mime Type
text/x-diff
Expires
Sat, Sep 27, 8:14 AM (16 h, 58 m)
Engine
blob
Format
Raw Data
Handle
757824
Attached To
D434: INP-1830 - Clear incompletely configured e-mail on error
D434.id1121.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