Remove not useful comments
Change-Id: I99c30a6c6d6b59e86e5e3efe31f38439c5e95095
This commit is contained in:
@@ -31,7 +31,7 @@ class LanguageNameIndexer extends Maintenance {
|
||||
}
|
||||
|
||||
public function execute() {
|
||||
$languages = Language::fetchLanguageNames( null, 'all' ); // since 1.20
|
||||
$languages = Language::fetchLanguageNames( null, 'all' );
|
||||
|
||||
$all = array();
|
||||
$buckets = array();
|
||||
|
||||
Reference in New Issue
Block a user