X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=maintenance%2FpopulatePPSortKey.php;h=591fbd4b3948e75039311f69487769115dd15a71;hp=98d535aa29b15ced3f3c88b31f9b9b8ba5fd3ccc;hb=e65f8ac5110804067366f9f239c13f4f29b66c3d;hpb=0cf636a075b1716916979cc6c3bfead9ef960e01 diff --git a/maintenance/populatePPSortKey.php b/maintenance/populatePPSortKey.php index 98d535aa29..591fbd4b39 100644 --- a/maintenance/populatePPSortKey.php +++ b/maintenance/populatePPSortKey.php @@ -93,6 +93,7 @@ class PopulatePPSortKey extends LoggedUpdateMaintenance { } $this->output( "Populating page_props.pp_sortkey complete.\n" ); + return true; } protected function getUpdateKey() { @@ -100,5 +101,5 @@ class PopulatePPSortKey extends LoggedUpdateMaintenance { } } -$maintClass = 'PopulatePPSortKey'; +$maintClass = PopulatePPSortKey::class; require_once RUN_MAINTENANCE_IF_MAIN;