X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FimportSites.php;h=6859eb4c9668920d9c9374671e5c62df9f480252;hb=095c50ade11ccea3b0edc8956ad45dea46d4c18b;hp=572234422f8aa863be799d1ccc2e928fd78e9344;hpb=29906d505b9b3d5f0fd1e6534f077b7fe2c623dc;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/importSites.php b/maintenance/importSites.php index 572234422f..6859eb4c96 100644 --- a/maintenance/importSites.php +++ b/maintenance/importSites.php @@ -9,7 +9,7 @@ require_once $basePath . '/maintenance/Maintenance.php'; * * @since 1.25 * - * @license GNU GPL v2+ + * @license GPL-2.0-or-later * @author Daniel Kinzler */ class ImportSites extends Maintenance { @@ -50,5 +50,5 @@ class ImportSites extends Maintenance { } } -$maintClass = 'ImportSites'; +$maintClass = ImportSites::class; require_once RUN_MAINTENANCE_IF_MAIN;