Fix maintainer queue showing the wrong version due to the creation of a Application object instead of a Version object.

This commit is contained in:
Tony Lambregts
2006-01-23 02:12:40 +00:00
committed by WineHQ
parent e7935b1f4f
commit 57119ed39a

View File

@@ -135,7 +135,7 @@ if ($_REQUEST['sub'])
}
$oApp = new Application($ob->appId);
$oVersion = new Application($ob->versionId);
$oVersion = new Version($ob->versionId);
//app name
echo '<tr valign=top><td class=color0><b>App Name</b></td>',"\n";