Legoktm has uploaded a new change for review.

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


Change subject: syntax terror
......................................................................

syntax terror

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


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MassMessage 
refs/changes/72/75272/1

diff --git a/SpecialMassMessage.php b/SpecialMassMessage.php
index 20bfcfa..f1b9a3b 100644
--- a/SpecialMassMessage.php
+++ b/SpecialMassMessage.php
@@ -108,7 +108,7 @@
                                $ns = $wgNamespacesToConvert[$ns];
                        }
                        $title = Title::makeTitle( $ns, $row->pl_title );
-                       $title = MassMessage:followRedirect( $title );
+                       $title = MassMessage::followRedirect( $title );
                        if ( $title !== null ) { // Skip interwiki redirects
                                $pages[$title] = true; // Use an assoc array to 
quickly and easily filter out duplicates
                        }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I12648daf354f14cdc0392c3b595007bf183f2569
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MassMessage
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>

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

Reply via email to