Jdlrobson has uploaded a new change for review.

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

Change subject: Fix PHP error for non-initialized variable
......................................................................

Fix PHP error for non-initialized variable

Bug: T94722
Change-Id: I5dad3463ac025e8c51efb53170875f9ca144c152
---
M includes/models/Collection.php
1 file changed, 7 insertions(+), 0 deletions(-)


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

diff --git a/includes/models/Collection.php b/includes/models/Collection.php
index 0a38d59..121e62e 100644
--- a/includes/models/Collection.php
+++ b/includes/models/Collection.php
@@ -22,6 +22,13 @@
        const EXTRACTS_CHAR_LIMIT = 140;
 
        /**
+        * Internal data used for creating url of collections which span 
multiple urls.
+        *
+        * @var array
+        */
+       protected $continue = array();
+
+       /**
         * The internal collection of items.
         *
         * @var CollectionItem[]

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5dad3463ac025e8c51efb53170875f9ca144c152
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Gather
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <[email protected]>

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

Reply via email to