From f4345a95e21fa745cd75d8f731aa227e0e2ece24 Mon Sep 17 00:00:00 2001 From: Platonides Date: Sun, 21 Nov 2010 16:26:23 +0000 Subject: [PATCH] Follow up r77058 per CR --- includes/installer/CoreInstaller.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/installer/CoreInstaller.php b/includes/installer/CoreInstaller.php index 12440d825e..78661e878b 100644 --- a/includes/installer/CoreInstaller.php +++ b/includes/installer/CoreInstaller.php @@ -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 -- 2.20.1