From: Platonides Date: Sun, 21 Nov 2010 16:26:23 +0000 (+0000) Subject: Follow up r77058 per CR X-Git-Tag: 1.31.0-rc.0~33788 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=f4345a95e21fa745cd75d8f731aa227e0e2ece24;p=lhc%2Fweb%2Fwiklou.git Follow up r77058 per CR --- 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