X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Fundelete.php;h=e9b2abd0f91b9e509c1c55db5c1b14277337c1e1;hb=a9f438227050c1fac6efe91fa8ff38947ae7c089;hp=278b68d377173ccaa4f0bd8513e13b16a7b879c8;hpb=4c96ff5203daefc5c87cb2aec6f9ba1acac3b6cb;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/undelete.php b/maintenance/undelete.php index 278b68d377..e9b2abd0f9 100644 --- a/maintenance/undelete.php +++ b/maintenance/undelete.php @@ -58,5 +58,5 @@ class Undelete extends Maintenance { } } -$maintClass = "Undelete"; +$maintClass = Undelete::class; require_once RUN_MAINTENANCE_IF_MAIN;