forked from uup-dump/api
Ignore LXP only languages
This commit is contained in:
@ -51,6 +51,8 @@ function uupListEditions($lang = 'en-us', $updateId = 0) {
|
||||
$editionList = array();
|
||||
$editionListFancy = array();
|
||||
foreach(array_keys($genPack[$lang]) as $edition) {
|
||||
if($edition == 'LXP') continue;
|
||||
|
||||
if(isset($fancyEditionNames[$edition])) {
|
||||
$fancyName = $fancyEditionNames[$edition];
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user