Fix maintainer queue display to correctly display the version of applications
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user