Siebrand has uploaded a new change for review.

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

Change subject: Make ApiImportReporter public
......................................................................

Make ApiImportReporter public

Used as such in this file.

Change-Id: I52cae5763132b606f0e4b67f1359baee9fdad1c8
---
M includes/api/ApiImport.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/64/275764/1

diff --git a/includes/api/ApiImport.php b/includes/api/ApiImport.php
index c5a8a71..10106ff 100644
--- a/includes/api/ApiImport.php
+++ b/includes/api/ApiImport.php
@@ -194,7 +194,7 @@
                parent::reportPage( $title, $origTitle, $revisionCount, 
$successCount, $pageInfo );
        }
 
-       function getData() {
+       public function getData() {
                return $this->mResultArr;
        }
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I52cae5763132b606f0e4b67f1359baee9fdad1c8
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>

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

Reply via email to