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

Change subject: Make attributes explicit
......................................................................


Make attributes explicit

Two attributes were referenced, but not declared.

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

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



diff --git a/includes/changes/RCCacheEntry.php 
b/includes/changes/RCCacheEntry.php
index d9cafbc..9f85aa1 100644
--- a/includes/changes/RCCacheEntry.php
+++ b/includes/changes/RCCacheEntry.php
@@ -28,6 +28,8 @@
        public $userlink;
        public $usertalklink;
        public $watched;
+       public $mAttribs;
+       public $mExtra;
 
        /**
         * @param RecentChange $rc

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Icb3ce046c15c5709e2f3738ba03e44beaaafd46b
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Awight <[email protected]>
Gerrit-Reviewer: Aude <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to