Create a version instead of an application from $ob->versionId

This commit is contained in:
Chris Morgan
2005-10-31 01:29:37 +00:00
committed by WineHQ
parent f3e45892e7
commit db1f434d6f

View File

@@ -190,7 +190,7 @@ if ($_REQUEST['sub'])
if ($sEmail) if ($sEmail)
{ {
$oApp = new Application($ob->appId); $oApp = new Application($ob->appId);
$oVersion = new Application($ob->versionId); $oVersion = new Version($ob->versionId);
$sSubject = "Application Maintainer Request Report"; $sSubject = "Application Maintainer Request Report";
$sMsg = "Your application to be the maintainer of ".$oApp->sName." ".$oVersion->sName." was rejected. "; $sMsg = "Your application to be the maintainer of ".$oApp->sName." ".$oVersion->sName." was rejected. ";
$sMsg .= $_REQUEST['replyText']; $sMsg .= $_REQUEST['replyText'];