1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00

Fix index result caching

This commit is contained in:
Toby Zerner
2015-02-26 09:45:12 +10:30
parent 7ab0c3bc17
commit cfb89de251
3 changed files with 3 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ export default Ember.Route.extend(AddCssClassToBody, {
controller.set('model', model);
if (!model.get('length')) {
controller.send('refresh');
controller.send('loadResults');
}
},