From 76c8576df8e0b4d144fe720fbb6cf819428d56fa Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Tue, 7 Dec 2010 21:08:24 +0000 Subject: [PATCH] Typofix r77999 --- includes/installer/Installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/installer/Installer.php b/includes/installer/Installer.php index f02dc11a58..42828069e6 100644 --- a/includes/installer/Installer.php +++ b/includes/installer/Installer.php @@ -540,7 +540,7 @@ abstract class Installer { * Environment check for compiled object cache types. */ protected function envCheckCache() { - $caches = false; + $caches = array(); foreach ( $this->objectCaches as $name => $function ) { if ( function_exists( $function ) ) { $caches[$name] = true; -- 2.20.1