Make back link in rejection emails point to appsubmit.php

This commit is contained in:
Tony Lambregts
2006-01-18 04:32:28 +00:00
committed by WineHQ
parent 60c8b7806a
commit 33302f72ef
2 changed files with 2 additions and 2 deletions

View File

@@ -393,7 +393,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";
$sMsg .= APPDB_ROOT."appsubmit.php?apptype=application&sub=view&appId=".$this->iAppId."\n";
/* if replyText is set we should report the reason the application was rejected */
if($_REQUEST['replyText'])