FIX: Loading more was broken on topic list after changing sort order

This commit is contained in:
Robin Ward 2015-04-22 12:52:12 -04:00
parent 53ca51654d
commit 56cd381ff8
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ const TopicList = RestModel.extend({
topics.clear();
topics.pushObjects(newTopics);
self.setProperties({ loaded: true, more_topics_url: newTopics.get('more_topics_url') });
self.setProperties({ loaded: true, more_topics_url: tl.get('topic_list.more_topics_url') });
});
},