Jdlrobson has uploaded a new change for review.

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

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

Kill PHP warning

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


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Gather 
refs/changes/46/199546/1

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: newchange
Gerrit-Change-Id: Iccac7e2d9892e53bc03f260bc6ff8cc122112ab8
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Gather
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <jrob...@wikimedia.org>

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

Reply via email to