X-Git-Url: http://git.cyclocoop.org/%28?a=blobdiff_plain;f=maintenance%2Flag.php;h=f041e15cc52b4a134cc7fb7b1568cf09cdea7e56;hb=f8fa7944e84d7abc5cbd8f071ab9d658f6c7c581;hp=fa2bd54e036fad2e6b962c688d02050f3a7ccd82;hpb=3a2853e218acb586a00f2e59638de4176aee287f;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;