FIX: Showing raw email and history were broken

This commit is contained in:
Robin Ward 2016-12-13 11:05:44 -05:00
parent ea3db56d1c
commit 2655be512f
1 changed files with 2 additions and 2 deletions

View File

@ -155,8 +155,8 @@ export default Ember.Controller.extend(SelectedPostsCount, BufferedContent, {
return this.send('showFlags', post);
},
topicRouteAction(name) {
return this.send(name);
topicRouteAction(name, model) {
return this.send(name, model);
},
openAutoClose() {