Reedy has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/253163

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(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/BounceHandler 
refs/changes/63/253163/1

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: newchange
Gerrit-Change-Id: I0234faae4a0594dbcc77beb821d8d193fec0b330
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BounceHandler
Gerrit-Branch: master
Gerrit-Owner: Reedy <[email protected]>

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

Reply via email to