diff --git a/appsubmit.php b/appsubmit.php index 6de8ba2..2e44b70 100644 --- a/appsubmit.php +++ b/appsubmit.php @@ -460,7 +460,7 @@ else // if ($aClean['sSub']) is not defined, display the main app queue page echo "\n\n"; //show Version list - showVersionList($hResult); + Version::showList($hResult); }