Skip to content

Commit

Permalink
MINOR delegate control for publishing comment back to the publication…
Browse files Browse the repository at this point in the history
… request decorator (from r86410)
  • Loading branch information
rixth committed Feb 9, 2010
1 parent 9d56184 commit ee929d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/WorkflowPublicationRequest.php
Expand Up @@ -114,7 +114,7 @@ public function publish($comment, $member, $notify) {
$page = $this->Page();
$page->doPublish();

$this->addNewChange($comment, $this->Status, DataObject::get_by_id('Member', $this->PublisherID));
// $this->addNewChange($comment, $this->Status, DataObject::get_by_id('Member', $this->PublisherID));

// @todo Coupling to UI :-(
$title = Convert::raw2js($page->TreeTitle());
Expand Down

0 comments on commit ee929d6

Please sign in to comment.