LanguageNameIndexer: sort buckets
Change-Id: Ib33bc432d5f61de2fbb6e83f3566baebb184c441
This commit is contained in:
committed by
Nikerabbit
parent
760fe1ad39
commit
bc7ee1ed19
@@ -60,6 +60,7 @@ class LanguageNameSearchData {
|
||||
|
||||
PHP;
|
||||
|
||||
ksort( $buckets );
|
||||
// Format for short array format
|
||||
$data = var_export( $buckets, true );
|
||||
$data = str_replace( "array (", '[', $data );
|
||||
|
||||
Reference in New Issue
Block a user