Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Commit

Permalink
Add paperId variable to paper mail templates
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Jun 29, 2016
1 parent c847759 commit e3c1608
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classes/mail/PaperMailTemplate.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ function assignParams($paramArray = array()) {
$conference = isset($this->conference)?$this->conference:Request::getConference();
$schedConf = isset($this->schedConf)?$this->schedConf:Request::getSchedConf();

$paramArray['paperId'] = $paper->getId();
$paramArray['paperTitle'] = strip_tags($paper->getLocalizedTitle());
$paramArray['conferenceName'] = strip_tags($conference->getConferenceTitle());
$paramArray['schedConfName'] = strip_tags($schedConf->getSchedConfTitle());
Expand Down

0 comments on commit e3c1608

Please sign in to comment.