From 689f7fcb9d4e5012b5ebaf2173233d39624e7437 Mon Sep 17 00:00:00 2001 From: Tony Lambregts Date: Mon, 23 Jan 2006 02:56:31 +0000 Subject: [PATCH] Fix maintainer queue display to correctly display the version of applications --- admin/adminMaintainerQueue.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;