From: Domas Mituzas Date: Thu, 8 Jun 2006 14:20:21 +0000 (+0000) Subject: Aaaaah, typo X-Git-Tag: 1.31.0-rc.0~56831 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=6b4a2b584c828eae5a37f37b32ae1e12d10f0ecb;p=lhc%2Fweb%2Fwiklou.git Aaaaah, typo --- diff --git a/includes/HistoryBlob.php b/includes/HistoryBlob.php index f7c9aea0f2..85c41e0a91 100644 --- a/includes/HistoryBlob.php +++ b/includes/HistoryBlob.php @@ -181,7 +181,7 @@ class ConcatenatedGzipHistoryBlob extends HistoryBlob class HistoryBlobStub { var $mOldId, $mHash, $mRef; - static private blobCache = array(); + static private $blobCache = array(); /** @todo document */ function HistoryBlobStub( $hash = '', $oldid = 0 ) {