Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15383235
D19572.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
614 B
Referenced Files
None
Subscribers
None
D19572.diff
View Options
diff --git a/src/applications/metamta/storage/PhabricatorMetaMTAMail.php b/src/applications/metamta/storage/PhabricatorMetaMTAMail.php
--- a/src/applications/metamta/storage/PhabricatorMetaMTAMail.php
+++ b/src/applications/metamta/storage/PhabricatorMetaMTAMail.php
@@ -621,7 +621,7 @@
public function sendWithMailers(array $mailers) {
if (!$mailers) {
- $any_mailers = self::newMailers();
+ $any_mailers = self::newMailers(array());
// NOTE: We can end up here with some custom list of "$mailers", like
// from a unit test. In that case, this message could be misleading. We
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 15, 3:54 PM (2 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7697263
Default Alt Text
D19572.diff (614 B)
Attached To
Mode
D19572: Fix an issue with error handling when no mailers are available
Attached
Detach File
Event Timeline
Log In to Comment