From: Chad Horohoe Date: Tue, 4 Aug 2009 00:23:56 +0000 (+0000) Subject: Followup r54328: Would've helped to commit this X-Git-Tag: 1.31.0-rc.0~40525 X-Git-Url: https://git.heureux-cyclage.org/?a=commitdiff_plain;h=02b9cc400e05a352e4628543ccb4ce7a5dc25c6c;p=lhc%2Fweb%2Fwiklou.git Followup r54328: Would've helped to commit this --- diff --git a/maintenance/Maintenance.php b/maintenance/Maintenance.php index 3482d55f6c..0e964d0eb7 100644 --- a/maintenance/Maintenance.php +++ b/maintenance/Maintenance.php @@ -481,6 +481,7 @@ abstract class Maintenance { * @param $force boolean Whether to force the help to show, default false */ private function maybeHelp( $force = false ) { + ksort( $this->mParams ); if( $this->hasOption('help') || in_array( 'help', $this->mArgs ) || $force ) { $this->mQuiet = false; if( $this->mDescription ) { @@ -772,6 +773,7 @@ abstract class Maintenance { 'PopulateCategory' => $d . 'populateCategory.php', 'PopulateLogSearch' => $d . 'populateLogSearch.php', 'PopulateParentId' => $d . 'populateParentId.php', + 'PopulateSha1' => $d . 'populateSha1.php', 'Protect' => $d . 'protect.php', 'PurgeList' => $d . 'purgeList.php', 'PurgeOldText' => $d . 'purgeOldText.php',