Aaaaah, typo
authorDomas Mituzas <midom@users.mediawiki.org>
Thu, 8 Jun 2006 14:20:21 +0000 (14:20 +0000)
committerDomas Mituzas <midom@users.mediawiki.org>
Thu, 8 Jun 2006 14:20:21 +0000 (14:20 +0000)
includes/HistoryBlob.php

index f7c9aea..85c41e0 100644 (file)
@@ -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 ) {