Skip to content

Commit

Permalink
fix error in publication entity delegate
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Brice committed Jul 19, 2017
1 parent 30c845d commit 8f03036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reason_4.0/lib/core/entity_delegates/publication.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function get_site_id()
{
if (!isset($this->site_id))
{
$owner = $this->get_owner();
$owner = $this->entity->get_owner();
$this->site_id = $owner->id();
}
return $this->site_id;
Expand Down

0 comments on commit 8f03036

Please sign in to comment.