X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Flag.php;h=f041e15cc52b4a134cc7fb7b1568cf09cdea7e56;hb=6962c2ca9c3051de7a6ac9a7bb502896738e4db6;hp=fa2bd54e036fad2e6b962c688d02050f3a7ccd82;hpb=320e4c56132681f811c2819e3e22e98715f46ae7;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/lag.php b/maintenance/lag.php index fa2bd54e03..f041e15cc5 100644 --- a/maintenance/lag.php +++ b/maintenance/lag.php @@ -68,5 +68,5 @@ class DatabaseLag extends Maintenance { } } -$maintClass = "DatabaseLag"; +$maintClass = DatabaseLag::class; require_once RUN_MAINTENANCE_IF_MAIN;