jenkins-bot has submitted this change and it was merged.

Change subject: Swap ' for " so newlines work
......................................................................


Swap ' for " so newlines work

Change-Id: I0234faae4a0594dbcc77beb821d8d193fec0b330
---
M includes/BounceHandlerActions.php
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  01tonythomas: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/BounceHandlerActions.php 
b/includes/BounceHandlerActions.php
index bb28f28..0b4f7d1 100644
--- a/includes/BounceHandlerActions.php
+++ b/includes/BounceHandlerActions.php
@@ -142,7 +142,7 @@
                                $this->notifyGlobalUser( $bounceUserId, 
$originalEmail );
                                wfDebugLog( 'BounceHandler',
                                        "Un-subscribed global user 
$originalEmail for exceeding Bounce Limit 
$this->bounceRecordLimit.\nHeaders:\n" .
-                                               implode( '\n', $emailHeaders )
+                                               implode( "\n", $emailHeaders )
                                );
                                
RequestContext::getMain()->getStats()->increment( 'bouncehandler.unsub.global' 
);
                        }
@@ -153,7 +153,7 @@
                        $this->createEchoNotification( $bounceUserId, 
$originalEmail );
                        wfDebugLog( 'BounceHandler',
                                "Un-subscribed $originalEmail for exceeding 
Bounce limit $this->bounceRecordLimit.\nHeaders:\n" .
-                                               implode( '\n', $emailHeaders )
+                                               implode( "\n", $emailHeaders )
                        );
                        RequestContext::getMain()->getStats()->increment( 
'bouncehandler.unsub.local' );
                }

-- 
To view, visit https://gerrit.wikimedia.org/r/253163
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I0234faae4a0594dbcc77beb821d8d193fec0b330
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BounceHandler
Gerrit-Branch: master
Gerrit-Owner: Reedy <[email protected]>
Gerrit-Reviewer: 01tonythomas <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to