Skip to content

Commit

Permalink
Fix mod_articles_latest (joomla#30459)
Browse files Browse the repository at this point in the history
  • Loading branch information
chmst authored and drmenzelit committed Aug 31, 2020
1 parent 4e7b903 commit 9b1d941
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ public static function getList(Registry $params, ArticlesModel $model)
// Category filter
$model->setState('filter.category_id', $params->get('catid', array()));

// State filter
$model->setState('filter.condition', 1);

// User filter
$userId = $user->get('id');

Expand Down

0 comments on commit 9b1d941

Please sign in to comment.