X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Fmctest.php;h=c976bd7048258652d394cb9991045f65244ed8c6;hb=44ef9dd254ef345f77a9a023fd51b44c212b0870;hp=14df53c590504295d8c09af9013b6760e377e5d1;hpb=863b4880ad8c244dfb8d99b8488e7e0f64513aea;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/mctest.php b/maintenance/mctest.php index 14df53c590..c976bd7048 100644 --- a/maintenance/mctest.php +++ b/maintenance/mctest.php @@ -102,5 +102,5 @@ class McTest extends Maintenance { } } -$maintClass = "McTest"; +$maintClass = McTest::class; require_once RUN_MAINTENANCE_IF_MAIN;