X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Finstaller%2FMssqlInstaller.php;h=4d79d9665b5ad69bc6b5f112edb1c7fe440a78d3;hb=c1d11183bc00b548404393d2229b2d635e867cf3;hp=5a8403f5522ddb4ede497c0146f68958b2bddf20;hpb=bd5fd843d672e35dde630d6be5d76437e8f5205a;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/MssqlInstaller.php b/includes/installer/MssqlInstaller.php index 5a8403f552..4d79d9665b 100644 --- a/includes/installer/MssqlInstaller.php +++ b/includes/installer/MssqlInstaller.php @@ -537,7 +537,6 @@ class MssqlInstaller extends DatabaseInstaller { $this->setupSchemaVars(); $dbName = $this->getVar( 'wgDBname' ); $this->db->selectDB( $dbName ); - $server = $this->getVar( 'wgDBserver' ); $password = $this->getVar( 'wgDBpassword' ); $schemaName = $this->getVar( 'wgDBmwschema' );