X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=maintenance%2FfindOrphanedFiles.php;h=57e04e0ea19aca0e167c5d840c1ec51a0acf5c02;hp=522bbc253944b64332834ca5979800494327e525;hb=5490b1270a0a7447f28d2407736fc3c1deb41d44;hpb=6f680554ceb988f3895184167d5006d722a0afb3 diff --git a/maintenance/findOrphanedFiles.php b/maintenance/findOrphanedFiles.php index 522bbc2539..57e04e0ea1 100644 --- a/maintenance/findOrphanedFiles.php +++ b/maintenance/findOrphanedFiles.php @@ -151,5 +151,5 @@ class FindOrphanedFiles extends Maintenance { } } -$maintClass = 'FindOrphanedFiles'; +$maintClass = FindOrphanedFiles::class; require_once RUN_MAINTENANCE_IF_MAIN;