FIX: Re-enable filtering on user expansions on topics

This commit is contained in:
Robin Ward 2014-09-02 12:07:31 -04:00
parent ce745b737e
commit d09f109b2c
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ export default ObjectController.extend({
this.set('participant', null);
// Retrieve their participants info
var participants = this.get('topic.details.participants');
var participants = this.get('controllers.topic.details.participants');
if (participants) {
this.set('participant', participants.findBy('username', username));
}