Index: trunk/phase3/includes/installer/LocalSettingsGenerator.php |
— | — | @@ -16,7 +16,6 @@ |
17 | 17 | |
18 | 18 | private $extensions = array(); |
19 | 19 | private $values = array(); |
20 | | - private $configPath = ''; |
21 | 20 | private $dbSettings = ''; |
22 | 21 | private $safeMode = false; |
23 | 22 | |
— | — | @@ -32,10 +31,9 @@ |
33 | 32 | */ |
34 | 33 | public function __construct( Installer $installer ) { |
35 | 34 | $this->installer = $installer; |
36 | | - |
37 | | - $this->configPath = $installer->getVar( 'IP' ) . '/config'; |
| 35 | + |
38 | 36 | $this->extensions = $installer->getVar( '_Extensions' ); |
39 | | - |
| 37 | + |
40 | 38 | $db = $installer->getDBInstaller( $installer->getVar( 'wgDBtype' ) ); |
41 | 39 | |
42 | 40 | $confItems = array_merge( |