mirror of
https://github.com/silverstripe/silverstripe-contentreview
synced 2024-10-22 17:05:47 +02:00
BUGFIX: the page cms link updated for SS3
This commit is contained in:
parent
8a5e8d9ba7
commit
4c09ba132a
@ -31,7 +31,7 @@ class ContentReviewEmails extends DailyTask {
|
||||
$email->setTemplate('ContentReviewEmails');
|
||||
$email->setSubject($subject);
|
||||
$email->populateTemplate(array(
|
||||
"PageCMSLink" => "admin/show/".$page->ID,
|
||||
"PageCMSLink" => "admin/pages/edit/show/".$page->ID,
|
||||
"Recipient" => $recipient,
|
||||
"Sender" => $sender,
|
||||
"Page" => $page,
|
||||
|
Loading…
Reference in New Issue
Block a user