X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FpopulatePPSortKey.php;h=591fbd4b3948e75039311f69487769115dd15a71;hb=dbba623b8bf23119add41931ed858a1fe489aa57;hp=98d535aa29b15ced3f3c88b31f9b9b8ba5fd3ccc;hpb=0773e0b86b7ff7fe45f09d806d7b946a41638c3b;p=lhc%2Fweb%2Fwiklou.git 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;