summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorfox <[email protected]>2019-03-10 07:08:30 +0000
committerGogs <[email protected]>2019-03-10 07:08:30 +0000
commit95e70320a60ad12a6562c28a906714e754b40fad (patch)
tree657327babd458fd639c7f6f9c539079c9c74b013 /classes
parent241d646fba172aba251197d57a330df3db4d3386 (diff)
parentdd9e93384e51a26bd5f0dac46e2fa1973155ed15 (diff)
Merge branch 'to_combined' of suraia/tt-rss into master
Diffstat (limited to 'classes')
-rw-r--r--classes/mailer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/mailer.php b/classes/mailer.php
index eea9f5ff6..2919eec79 100644
--- a/classes/mailer.php
+++ b/classes/mailer.php
@@ -20,7 +20,7 @@ class Mailer {
$to_combined = $to_name ? "$to_name <$to_address>" : $to_address;
if (defined('_LOG_SENT_MAIL') && _LOG_SENT_MAIL)
- Logger::get()->log("Sending mail from $from_combined to $to_combined <$to_address> [$subject]: $message");
+ Logger::get()->log("Sending mail from $from_combined to $to_combined [$subject]: $message");
// HOOK_SEND_MAIL plugin instructions:
// 1. return 1 or true if mail is handled