X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22suivi_revisions%22%29%20.%20%22?a=blobdiff_plain;f=maintenance%2FpopulateLogSearch.php;h=f960753bdaca3e66d718ad0a5b270af37845f80f;hb=39f0f919c5708f4c672a8eb7e0891f50bf16883e;hp=979a28a20e6b10c83b2bfaff3480604a35012459;hpb=7a16569a04d49d45d5f2dcaa903f0872e1357314;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/populateLogSearch.php b/maintenance/populateLogSearch.php index 979a28a20e..f960753bda 100644 --- a/maintenance/populateLogSearch.php +++ b/maintenance/populateLogSearch.php @@ -169,5 +169,5 @@ class PopulateLogSearch extends LoggedUpdateMaintenance { } } -$maintClass = "PopulateLogSearch"; +$maintClass = PopulateLogSearch::class; require_once RUN_MAINTENANCE_IF_MAIN;