Aaron Schulz has uploaded a new change for review.

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

Change subject: Made generateVerp() protected
......................................................................

Made generateVerp() protected

Change-Id: I036df083f2f6a3678d9f085a88c3fc02141f1b01
---
M BounceHandlerHooks.php
1 file changed, 1 insertion(+), 1 deletion(-)


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

diff --git a/BounceHandlerHooks.php b/BounceHandlerHooks.php
index cd2ded8..88b5cde 100644
--- a/BounceHandlerHooks.php
+++ b/BounceHandlerHooks.php
@@ -28,7 +28,7 @@
         * @param string $returnPath return-path address
         * @return bool true
         */
-       public static function generateVerp( MailAddress $to, &$returnPath ) {
+       protected static function generateVerp( MailAddress $to, &$returnPath ) 
{
                global $wgVERPprefix, $wgVERPalgorithm, $wgVERPsecret, 
$wgServer, $wgSMTP;
                $user = User::newFromName( $to->name );
                if ( !$user ) {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I036df083f2f6a3678d9f085a88c3fc02141f1b01
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BounceHandler
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <[email protected]>

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

Reply via email to