X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Finstaller%2FInstaller.php;h=2906a83bf451517c6cdadf80f42936f4fc7d7ed0;hp=e99ea7c049b80a33bba1401173a1646dd1e35299;hb=5af3ad33ed1b27bd5f77038c89844d513d078cba;hpb=55cb4d0065f625d074db50524525f9d28fee3ff8 diff --git a/includes/installer/Installer.php b/includes/installer/Installer.php index e99ea7c049..2906a83bf4 100644 --- a/includes/installer/Installer.php +++ b/includes/installer/Installer.php @@ -1485,6 +1485,11 @@ abstract class Installer { } } if ( $status->isOk() ) { + $this->showMessage( + 'config-install-success', + $this->getVar( 'wgServer' ), + $this->getVar( 'wgScriptPath' ) + ); $this->setVar( '_InstallDone', true ); }