Index: trunk/phase3/includes/HistoryBlob.php |
— | — | @@ -181,7 +181,7 @@ |
182 | 182 | class HistoryBlobStub { |
183 | 183 | var $mOldId, $mHash, $mRef; |
184 | 184 | |
185 | | - static private blobCache = array(); |
| 185 | + static private $blobCache = array(); |
186 | 186 | |
187 | 187 | /** @todo document */ |
188 | 188 | function HistoryBlobStub( $hash = '', $oldid = 0 ) { |