diff --git a/lib/noosfero/api/helpers.rb b/lib/noosfero/api/helpers.rb index 7a305c9..7aa2044 100644 --- a/lib/noosfero/api/helpers.rb +++ b/lib/noosfero/api/helpers.rb @@ -97,6 +97,7 @@ if params[:categories_ids] articles = articles.joins(:categories).where('category_id in (?)', params[:categories_ids]) end + articles end def find_task(tasks, id) -- libgit2 0.21.2