Fix for message saying 'There are no more 29-category topics.'

This commit is contained in:
Neil Lalonde 2013-06-13 12:18:02 -04:00
parent ef18a3ad5c
commit 7f7ef29e42

View file

@ -44,6 +44,7 @@ Discourse.ListCategoryRoute = Discourse.FilteredListRoute.extend({
listController.set('canCreateTopic', topicList.get('can_create_topic'));
listController.set('category', category);
router.controllerFor('listTopics').set('content', topicList);
router.controllerFor('listTopics').set('category', category);
});
},