Skip to content

Commit

Permalink
fix(blog): group archive using correct options
Browse files Browse the repository at this point in the history
  • Loading branch information
jeabakker committed Nov 9, 2018
1 parent 94e6c8b commit 2cd9766
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mod/blog/views/default/resources/blog/group.php
Expand Up @@ -18,8 +18,8 @@

$content = elgg_view('blog/listing/group', [
'entity' => $group,
'lower' => $lower,
'upper' => $upper,
'created_after' => $lower,
'created_before' => $upper,
]);

$layout = elgg_view_layout('default', [
Expand Down

0 comments on commit 2cd9766

Please sign in to comment.