mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-27 15:30:42 +00:00
LoadExtensionSchemaUpdates: Remove unused path from 'runMaintenance' action
MediaWiki has never used this path for running the maintenance scripts, only the class name provided in the other parameter. Providing the parameter is no longer needed in MediaWiki 1.43. Bug: T367918 Change-Id: Ie098fa124039cc1122135cae72c74579d43dc04f
This commit is contained in:
parent
67aea2aa7e
commit
29e8b6e13b
|
@ -180,7 +180,6 @@ class SchemaChangesHandler implements LoadExtensionSchemaUpdatesHook {
|
|||
$updater->addExtensionUpdate( [
|
||||
'runMaintenance',
|
||||
MigrateActorsAF::class,
|
||||
__DIR__ . '/../../../maintenance/MigrateActorsAF.php',
|
||||
] );
|
||||
|
||||
// 1.43
|
||||
|
|
Loading…
Reference in a new issue