Fix mail were sent without the name of application or version when a new application or version was added
This commit is contained in:
@@ -138,8 +138,8 @@ class Version {
|
||||
if(query_appdb("INSERT INTO appVersion $sFields VALUES $sValues", "Error while creating a new version."))
|
||||
{
|
||||
$this->iVersionId = mysql_insert_id();
|
||||
$this->mailMaintainers();
|
||||
$this->version($this->iVersionId);
|
||||
$this->mailMaintainers();
|
||||
return true;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user