X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Flag.php;h=f041e15cc52b4a134cc7fb7b1568cf09cdea7e56;hb=686aad4a8ca3dc5825c044bded4ad3414c2f77ea;hp=fa2bd54e036fad2e6b962c688d02050f3a7ccd82;hpb=9de4779e206628d8c7c9ae76785bfe825b5267d5;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;