Added new success message when CLI Installer completes its work succesfuly.
[lhc/web/wiklou.git] / includes / installer / Installer.php
index e99ea7c..2906a83 100644 (file)
@@ -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 );
                }