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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user