Skip to content

Commit

Permalink
approve page recent page tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
aembler committed Apr 4, 2013
1 parent 7e5bfcc commit 577bb72
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -27,7 +27,7 @@ public function getRequestedVersionID() {

public function getWorkflowRequestDescriptionObject() {
$d = new WorkflowDescription();
$c = Page::getByID($this->cID, 'ACTIVE');
$c = Page::getByID($this->cID, 'RECENT');
$link = Loader::helper('navigation')->getLinkToCollection($c, true);
$d->setEmailDescription(t("\"%s\" has pending changes and needs to be approved. View the page here: %s.", $c->getCollectionName(), $link));
$d->setDescription(t("Page <a href=\"%s\">%s</a> submitted for Approval.", $link, $c->getCollectionName()));
Expand Down

0 comments on commit 577bb72

Please sign in to comment.