Print application names correctly when versions are deleted. $this->appId should have been
$this->iAppId.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user