Follow up r77058 per CR
authorPlatonides <platonides@users.mediawiki.org>
Sun, 21 Nov 2010 16:26:23 +0000 (16:26 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Sun, 21 Nov 2010 16:26:23 +0000 (16:26 +0000)
includes/installer/CoreInstaller.php

index 12440d8..78661e8 100644 (file)
@@ -298,8 +298,8 @@ abstract class CoreInstaller extends Installer {
        /**
         * Get an array of install steps. These could be a plain key like the defaults
         * in $installSteps, or could be an array with a name and a specific callback
-        * There must be a config-install-$step message defined per step, which are 
-        * shown by the CliInstaller.
+        * There must be a config-install-$step message defined per step, which will 
+        * be shown on install.
         *
         * @param $installer DatabaseInstaller so we can make callbacks
         * @return array