Merge "Only try to show character difference if it isn't empty"
[lhc/web/wiklou.git] / includes / changes / RCCacheEntry.php
index 07a9409..9f85aa1 100644 (file)
@@ -28,9 +28,11 @@ class RCCacheEntry extends RecentChange {
        public $userlink;
        public $usertalklink;
        public $watched;
+       public $mAttribs;
+       public $mExtra;
 
        /**
-        * @param $rc RecentChange
+        * @param RecentChange $rc
         * @return RCCacheEntry
         */
        static function newFromParent( $rc ) {