Typofix r77999
authorChad Horohoe <demon@users.mediawiki.org>
Tue, 7 Dec 2010 21:08:24 +0000 (21:08 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Tue, 7 Dec 2010 21:08:24 +0000 (21:08 +0000)
includes/installer/Installer.php

index f02dc11..4282806 100644 (file)
@@ -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;