X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Finstaller%2FCliInstaller.php;h=32d263495911072062b5254b4e4098752b2e985c;hb=9ced9ebca28e1ce2bed455da5ad9da208013ef18;hp=6ac78c40bc82dabcde4f35c84ec615b4a52ecb93;hpb=d14faa6bedf8cb5e400f910860e05a6f98709d01;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/CliInstaller.php b/includes/installer/CliInstaller.php index 6ac78c40bc..32d2634959 100644 --- a/includes/installer/CliInstaller.php +++ b/includes/installer/CliInstaller.php @@ -108,7 +108,7 @@ class CliInstaller extends Installer { } // Set up the default skins - $skins = $this->findExtensions( 'skins' ); + $skins = array_keys( $this->findExtensions( 'skins' ) ); $this->setVar( '_Skins', $skins ); if ( $skins ) {