X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FpopulateContentModel.php;h=7bca0ecb81130981fcdc6998b760f698abcb80a8;hb=7436cd31a2dde6d8f7d5b4ede152b2869e3f3623;hp=3f5d6b69a4b52726ec174d7643e7226ed4f7e774;hpb=dfbbf90b249a3d80ff91a2b52d002812e42991a1;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/populateContentModel.php b/maintenance/populateContentModel.php index 3f5d6b69a4..7bca0ecb81 100644 --- a/maintenance/populateContentModel.php +++ b/maintenance/populateContentModel.php @@ -178,7 +178,7 @@ class PopulateContentModel extends Maintenance { if ( $dbFormat === $defaultFormat ) { $toSave[$defaultModel][] = $row->{$key}; } else { // non-default format, just update now - $this->output( "Updating model to match format for $table $id of $title... "); + $this->output( "Updating model to match format for $table $id of $title... " ); $dbw->update( $table, array( $model_column => $defaultModel ),