r97765 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r97764
|
r97765
|
r97766
>
Date:
20:51, 21 September 2011
Author:
aaron
Status:
ok
Tags:
Comment:
Made trimCache() protected
Modified paths:
/trunk/phase3/includes/filerepo/RepoGroup.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/filerepo/RepoGroup.php
—
—
@@ -377,7 +377,7 @@
378
378
/**
379
379
* Limit cache memory
380
380
*/
381
- function trimCache() {
381
+ protected function trimCache() {
382
382
while ( count( $this->cache ) >= self::MAX_CACHE_SIZE ) {
383
383
reset( $this->cache );
384
384
$key = key( $this->cache );
Status & tagging log
19:06, 22 September 2011
😂
(
talk
|
contribs
)
changed the
status
of r97765
[
removed:
new
added:
ok]