Make attributes explicit
authorAdam Roses Wight <awight@wikimedia.org>
Mon, 19 Oct 2015 07:08:39 +0000 (00:08 -0700)
committerAdam Roses Wight <awight@wikimedia.org>
Mon, 19 Oct 2015 09:35:28 +0000 (02:35 -0700)
Two attributes were referenced, but not declared.

Change-Id: Icb3ce046c15c5709e2f3738ba03e44beaaafd46b

includes/changes/RCCacheEntry.php

index d9cafbc..9f85aa1 100644 (file)
@@ -28,6 +28,8 @@ class RCCacheEntry extends RecentChange {
        public $userlink;
        public $usertalklink;
        public $watched;
+       public $mAttribs;
+       public $mExtra;
 
        /**
         * @param RecentChange $rc