Legoktm has uploaded a new change for review.

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

Change subject: Use namespaced version of IPSet
......................................................................

Use namespaced version of IPSet

The un-namespaced version is deprecated.

Change-Id: I5190f54cd7baa5c32dc0fc214626c5372048177e
---
M includes/ApiParsoidBatch.php
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ParsoidBatchAPI 
refs/changes/61/322161/1

diff --git a/includes/ApiParsoidBatch.php b/includes/ApiParsoidBatch.php
index 9045d84..592e452 100644
--- a/includes/ApiParsoidBatch.php
+++ b/includes/ApiParsoidBatch.php
@@ -1,5 +1,7 @@
 <?php
 
+use IPSet\IPSet;
+
 class ApiParsoidBatch extends ApiBase {
        public function execute() {
                $params = $this->extractRequestParams();

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5190f54cd7baa5c32dc0fc214626c5372048177e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ParsoidBatchAPI
Gerrit-Branch: master
Gerrit-Owner: Legoktm <legoktm.wikipe...@gmail.com>

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

Reply via email to