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 sakiss committed Oct 16, 2020
1 parent bfbda9d commit cc31ccf
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 cc31ccf

Please sign in to comment.