Revert more visibility changes in HistoryBlob.php
authorKevin Israel <pleasestand@live.com>
Sun, 25 May 2014 13:12:00 +0000 (09:12 -0400)
committerKevin Israel <pleasestand@live.com>
Sun, 25 May 2014 21:09:40 +0000 (17:09 -0400)
commit6ca760a5bada5b60fc3fbf64c2890951097d3db2
treef9387c6f8690075e3ae448f8aff9bb3ce615a2eb
parent16b731dc575290c52ec4962f320f677866d59f55
Revert more visibility changes in HistoryBlob.php

This follows-up bebcf2c58381, which only fixed DiffHistoryBlob.

MediaWiki will fail to load some revisions if the following properties
do not unserialize correctly:

* HistoryBlobStub::$mOldId
* HistoryBlobStub::$mHash
* HistoryBlobCurStub::$mCurId

Visibility of HistoryBlobStub::$mRef is also restored; though the
property's value does not appear to be used after unserialization,
the property is nevertheless a serialized property.

Bug: 65665
Change-Id: I2724d15f9206d66d615d020117e60bb772048c19
includes/HistoryBlob.php