X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fchanges%2FRCCacheEntry.php;h=9f85aa144107d79ef19063f6a185725d3a280566;hb=de8f8c8248341c007ab6a9365a3c40614bcf04dc;hp=271dd4a57cc553533a83af95f8a827713946da7b;hpb=e92d87c26c408441d8c229fc1e9c7e0bcd93898a;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/changes/RCCacheEntry.php b/includes/changes/RCCacheEntry.php index 271dd4a57c..9f85aa1441 100644 --- a/includes/changes/RCCacheEntry.php +++ b/includes/changes/RCCacheEntry.php @@ -17,6 +17,7 @@ * * @file */ + class RCCacheEntry extends RecentChange { public $curlink; public $difflink; @@ -27,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 ) {