From: Chad Horohoe Date: Tue, 7 Dec 2010 21:08:24 +0000 (+0000) Subject: Typofix r77999 X-Git-Tag: 1.31.0-rc.0~33463 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22messagerie%22%29%20.%20%22?a=commitdiff_plain;h=76c8576df8e0b4d144fe720fbb6cf819428d56fa;p=lhc%2Fweb%2Fwiklou.git Typofix r77999 --- 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;