Fix note update mails to include changes again. Append the version url to the message text
instead of overwriting it
This commit is contained in:
committed by
WineHQ
parent
e87db015c2
commit
2f3587f15d
@@ -139,7 +139,7 @@ class Note {
|
||||
{
|
||||
$oVersion = new version($this->iVersionId);
|
||||
$sAppName = version::fullName($this->iVersionId);
|
||||
$sMsg = $oVersion->objectMakeUrl()."\n";
|
||||
$sMsg .= $oVersion->objectMakeUrl()."\n";
|
||||
switch($sAction)
|
||||
{
|
||||
case "add":
|
||||
|
||||
Reference in New Issue
Block a user