FIX: Regression with categories when replying as linked topic

This commit is contained in:
Robin Ward 2016-03-01 14:08:39 -05:00
parent 618eef680e
commit fff119a554
1 changed files with 1 additions and 1 deletions

View File

@ -498,7 +498,7 @@ export default Ember.Controller.extend(SelectedPostsCount, BufferedContent, {
composerController.open({
action: Composer.CREATE_TOPIC,
draftKey: Composer.REPLY_AS_NEW_TOPIC_KEY,
categoryId: this.get('category.id')
categoryId: this.get('model.category.id')
}).then(() => {
return Em.isEmpty(quotedText) ? "" : quotedText;
}).then(q => {