Merge "Improve docs for revision, archive, and slots schemas in tables.sql"
[lhc/web/wiklou.git] / includes / installer / CliInstaller.php
index d5f0c67..32d2634 100644 (file)
@@ -107,11 +107,6 @@ class CliInstaller extends Installer {
                        $this->setVar( '_AdminPassword', $option['pass'] );
                }
 
-               // Detect and inject any extension found
-               if ( isset( $options['with-extensions'] ) ) {
-                       $this->setVar( '_Extensions', array_keys( $installer->findExtensions() ) );
-               }
-
                // Set up the default skins
                $skins = array_keys( $this->findExtensions( 'skins' ) );
                $this->setVar( '_Skins', $skins );