X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FexportSites.php;h=736b12b3047cf1b00ee504f6656b0f42ef6a20c3;hb=977b389d6a6ed441891fba350c3a6e28d1f21315;hp=542bddac79bd45403fad23762b84e521f309e2b2;hpb=d84c3dde5af90c5c3497d18e427a5c2a38ac6ca8;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/exportSites.php b/maintenance/exportSites.php index 542bddac79..736b12b304 100644 --- a/maintenance/exportSites.php +++ b/maintenance/exportSites.php @@ -9,7 +9,7 @@ require_once $basePath . '/maintenance/Maintenance.php'; * * @since 1.25 * - * @licence GNU GPL v2+ + * @license GNU GPL v2+ * @author Daniel Kinzler */ class ExportSites extends Maintenance { @@ -52,5 +52,5 @@ class ExportSites extends Maintenance { } -$maintClass = 'ExportSites'; +$maintClass = ExportSites::class; require_once RUN_MAINTENANCE_IF_MAIN;