r78012 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r78011‎ | r78012 | r78013 >
Date:21:08, 7 December 2010
Author:demon
Status:ok
Tags:
Comment:
Typofix r77999
Modified paths:
  • /trunk/phase3/includes/installer/Installer.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/Installer.php
@@ -540,7 +540,7 @@
541541 * Environment check for compiled object cache types.
542542 */
543543 protected function envCheckCache() {
544 - $caches = false;
 544+ $caches = array();
545545 foreach ( $this->objectCaches as $name => $function ) {
546546 if ( function_exists( $function ) ) {
547547 $caches[$name] = true;

Follow-up revisions

RevisionCommit summaryAuthorDate
r780961.17: Merge recent fixes tagged on CodeReview, except for problematic revisio...catrope21:17, 8 December 2010

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r77999Remove various "success" messages from Welcome screen on installer, no need t...demon18:29, 7 December 2010

Status & tagging log