r113346 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113345‎ | r113346 | r113347 >
Date:03:19, 8 March 2012
Author:krinkle
Status:ok
Tags:
Comment:
[ObjectCache.php] typo from r112985
Modified paths:
  • /trunk/phase3/includes/objectcache/ObjectCache.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/objectcache/ObjectCache.php
@@ -75,8 +75,8 @@
7676 * CACHE_ANYTHING means that stuff has to be cached, not caching is not an option.
7777 * If a caching method is configured for any of the main caches ($wgMainCacheType,
7878 * $wgMessageCacheType, $wgParserCacheType), then CACHE_ANYTHING will effectively
79 - * be an alias to the configured cache choise for that.
80 - * If no cache choise is configured (by default $wgMainCacheType is CACHE_NONE),
 79+ * be an alias to the configured cache choice for that.
 80+ * If no cache choice is configured (by default $wgMainCacheType is CACHE_NONE),
8181 * then CACHE_ANYTHING will forward to CACHE_DB.
8282 */
8383 static function newAnything( $params ) {

Sign-offs

UserFlagDate
Nikerabbitinspected08:45, 8 March 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r112985[ObjectCache.php] Add comment describing that CACHE_ANYTHING will use whateve...krinkle22:53, 4 March 2012

Status & tagging log