X-Git-Url: http://git.cyclocoop.org/%22.%24redirect_annul.%22?a=blobdiff_plain;f=maintenance%2FshowSiteStats.php;h=08f009bd888e21e54fc20338fe8dfe66c893c77b;hb=8bda7b9dcdfbab485f439fbf4f41da1c84f5d62e;hp=5a151651d65c9bb295493fa4f5ec9230a5051475;hpb=64b83bdb3afd0ee4f8fc1893a865409c198e601e;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/showSiteStats.php b/maintenance/showSiteStats.php index 5a151651d6..08f009bd88 100644 --- a/maintenance/showSiteStats.php +++ b/maintenance/showSiteStats.php @@ -74,5 +74,5 @@ class ShowSiteStats extends Maintenance { } } -$maintClass = "ShowSiteStats"; +$maintClass = ShowSiteStats::class; require_once RUN_MAINTENANCE_IF_MAIN;