Page MenuHomePhabricator

importSites.php and exportSites.php have their parent::__construct call too late
Closed, ResolvedPublic

Description

As a result, calls to Maintenance::addDescription do not work and the scripts are unusable.

This is required since rMWa9f47fd5ad4e: Extract parameter handling from Maintenance base class..

Event Timeline

Change 818618 had a related patch set uploaded (by Zabe; author: Zabe):

[mediawiki/core@master] (import|export)Sites.php: Move parent::__construct call above addDescription

https://gerrit.wikimedia.org/r/818618

Change 818618 merged by jenkins-bot:

[mediawiki/core@master] (import|export)Sites.php: Move parent::__construct call above addDescription

https://gerrit.wikimedia.org/r/818618

Zabe claimed this task.