LanguageNameIndexer: Declare extension dependencies
Change-Id: I052f2600902234cfba42c7e7226fc5dcf0c7e2d4
This commit is contained in:
@@ -28,6 +28,8 @@ class LanguageNameIndexer extends Maintenance {
|
|||||||
public function __construct() {
|
public function __construct() {
|
||||||
parent::__construct();
|
parent::__construct();
|
||||||
$this->addDescription( 'Script to create language names index.' );
|
$this->addDescription( 'Script to create language names index.' );
|
||||||
|
$this->requireExtension( 'UniversalLanguageSelector' );
|
||||||
|
$this->requireExtension( 'CLDR' );
|
||||||
}
|
}
|
||||||
|
|
||||||
public function execute() {
|
public function execute() {
|
||||||
|
|||||||
Reference in New Issue
Block a user