diff --git a/admin/adminMaintainerQueue.php b/admin/adminMaintainerQueue.php index ee43e11..36f1e58 100644 --- a/admin/adminMaintainerQueue.php +++ b/admin/adminMaintainerQueue.php @@ -113,7 +113,7 @@ if ($_REQUEST['sub']) while(list($index, list($appIdOther, $versionIdOther, $superMaintainerOther)) = each($other_apps)) { $oApp = new Application($appIdOther); - $oVersion = new Application($versionIdOther); + $oVersion = new Version($versionIdOther); if($firstDisplay) { $firstDisplay = false;