X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Fmctest.php;h=c976bd7048258652d394cb9991045f65244ed8c6;hb=db03554f961e0bdd8bf748943d9b3f50c759e06d;hp=14df53c590504295d8c09af9013b6760e377e5d1;hpb=587d08c5a626f8195def9f82ee83e17c85824db8;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;