From 25c586363be36ab19dedf556ff45141aa271e723 Mon Sep 17 00:00:00 2001 From: Adam Roses Wight Date: Mon, 19 Oct 2015 00:08:39 -0700 Subject: [PATCH] Make attributes explicit Two attributes were referenced, but not declared. Change-Id: Icb3ce046c15c5709e2f3738ba03e44beaaafd46b --- includes/changes/RCCacheEntry.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/changes/RCCacheEntry.php b/includes/changes/RCCacheEntry.php index d9cafbc309..9f85aa1441 100644 --- a/includes/changes/RCCacheEntry.php +++ b/includes/changes/RCCacheEntry.php @@ -28,6 +28,8 @@ class RCCacheEntry extends RecentChange { public $userlink; public $usertalklink; public $watched; + public $mAttribs; + public $mExtra; /** * @param RecentChange $rc -- 2.20.1