Fix bug in the rejection of versions that was only sending the maintainers the url to the requeued application if there was a rejection reason given. Add url to requeued application to rejected applications.

This commit is contained in:
Tony Lambregts
2005-09-21 01:26:10 +00:00
committed by WineHQ
parent c44f818218
commit 65c5e0e4b3
2 changed files with 2 additions and 2 deletions

View File

@@ -398,6 +398,7 @@ class Application {
break;
case "reject":
$sSubject = $this->sName." has been rejected by ".$_SESSION['current']->sRealname;
$sMsg .= APPDB_ROOT."admin/resubmitRejectedApps.php?sub=view&appId=".$this->iAppId."\n";
/* if replyText is set we should report the reason the application was rejected */
if($_REQUEST['replyText'])