From 6b4a2b584c828eae5a37f37b32ae1e12d10f0ecb Mon Sep 17 00:00:00 2001 From: Domas Mituzas Date: Thu, 8 Jun 2006 14:20:21 +0000 Subject: [PATCH] Aaaaah, typo --- includes/HistoryBlob.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) { -- 2.20.1