From f3ddc43dd13b37be34375a8e48ec1126a60ebc87 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Sun, 19 Mar 2006 18:06:18 +0000 Subject: [PATCH] Print application names correctly when versions are deleted. $this->appId should have been $this->iAppId. --- include/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/version.php b/include/version.php index 8fa5cac..f5090f5 100644 --- a/include/version.php +++ b/include/version.php @@ -416,7 +416,7 @@ class Version { { if($this->iSubmitterId) { - $oApp = new Application($this->appId); + $oApp = new Application($this->iAppId); $oSubmitter = new User($this->iSubmitterId); switch($sAction) {