Skip to content

Commit

Permalink
fix(blog): pass entity to the object/elements/full
Browse files Browse the repository at this point in the history
Pass missing blog entity to the full view listing
  • Loading branch information
hypeJunction committed Jul 8, 2016
1 parent 056d2bb commit 134c5b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mod/blog/views/default/object/blog.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
$summary = elgg_view('object/elements/summary', $params);

echo elgg_view('object/elements/full', array(
'entity' => $blog,
'summary' => $summary,
'icon' => $owner_icon,
'body' => $body,
Expand Down

0 comments on commit 134c5b8

Please sign in to comment.