r76622 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76621‎ | r76622 | r76623 >
Date:10:41, 13 November 2010
Author:hashar
Status:ok
Tags:
Comment:
Minor variable typo
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -1444,7 +1444,7 @@
14451445 * - CACHE_ANYTHING: Use anything, as long as it works
14461446 * - CACHE_NONE: Do not cache
14471447 * - CACHE_DB: Store cache objects in the DB
1448 - * - CACHE_MEMCACHED: MemCached, must specify servers in $wgMemCacheServers
 1448+ * - CACHE_MEMCACHED: MemCached, must specify servers in $wgMemCachedServers
14491449 * - CACHE_ACCEL: eAccelerator, APC, XCache or WinCache
14501450 * - CACHE_DBA: Use PHP's DBA extension to store in a DBM-style
14511451 * database. This is slow, and is not recommended for

Status & tagging log