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

Change subject: Kill PHP warning
......................................................................


Kill PHP warning

Change-Id: Iccac7e2d9892e53bc03f260bc6ff8cc122112ab8
---
M includes/specials/SpecialGather.php
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/includes/specials/SpecialGather.php 
b/includes/specials/SpecialGather.php
index 96ddd19..32648d7 100644
--- a/includes/specials/SpecialGather.php
+++ b/includes/specials/SpecialGather.php
@@ -15,7 +15,7 @@
  */
 class SpecialGather extends SpecialPage {
 
-       public function __construct( $par ) {
+       public function __construct() {
                parent::__construct( 'Gather' );
                $out = $this->getOutput();
                $out->addModules(

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Iccac7e2d9892e53bc03f260bc6ff8cc122112ab8
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Gather
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <jrob...@wikimedia.org>
Gerrit-Reviewer: MaxSem <maxsem.w...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to