Fix: menu app data list

This commit is contained in:
2019-08-10 17:44:29 +09:00
parent 467eef9763
commit 8e7fe46905
3 changed files with 213 additions and 17 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ include "./../db/menu_collection.php";
$menuCollection = new MenuCollection($dbConnector->getMysqli());
$appList = $menuCollection->getAppList($maestroID, $playerID, $appGroup, $language);
$activeAppList = $menuCollection->getActiveAppList($maestroID, $playerID, $appGroup, $language);
$highestRecordList = $menuCollection->getHighestRecordList($maestroID, $playerID, $appGroup, $language);
$highestRecordList = $menuCollection->getHighestRecordList($maestroID, $playerID, $appList);
$jsonBuilder->setData("appGroupName", $menuCollection->getAppGroupName($appGroup));
$jsonBuilder->setData("languageName", $menuCollection->getLanguageName($language));