summaryrefslogtreecommitdiffstats
path: root/collections/lists.js
diff options
context:
space:
mode:
Diffstat (limited to 'collections/lists.js')
-rw-r--r--collections/lists.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/collections/lists.js b/collections/lists.js
index 196477ec..1a30dbba 100644
--- a/collections/lists.js
+++ b/collections/lists.js
@@ -44,7 +44,7 @@ if (Meteor.isServer) {
Lists.helpers({
cards: function() {
- return Cards.find(_.extend(Filter.getMongoSelector(), {
+ return Cards.find(Filter.mongoSelector({
listId: this._id,
archived: false
}), { sort: ['sort'] });