Print application names correctly when versions are deleted. $this->appId should have been

$this->iAppId.
This commit is contained in:
Chris Morgan
2006-03-19 18:06:18 +00:00
committed by WineHQ
parent 092487fe91
commit f3ddc43dd1

View File

@@ -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)
{