Fix maintainer queue display to correctly display the version of applications

This commit is contained in:
Tony Lambregts
2006-01-23 02:56:31 +00:00
committed by WineHQ
parent cc286b6375
commit 689f7fcb9d

View File

@@ -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;