X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Flag.php;h=f041e15cc52b4a134cc7fb7b1568cf09cdea7e56;hb=66c91ac85b26c042b3d07255d1d7954be507699b;hp=fa2bd54e036fad2e6b962c688d02050f3a7ccd82;hpb=19cd639835938da66507a1cc3623073c3217b416;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;