Skip to content

Commit

Permalink
regression
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSaffron committed Mar 13, 2013
1 parent fcc6aac commit a663251
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/javascripts/discourse/models/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ Discourse.User = Discourse.Model.extend({
}
this.set('streamFilter', filter);
this.set('stream', Em.A());
this.set('totalItems', 0);
return this.loadMoreUserActions();
},

Expand Down

0 comments on commit a663251

Please sign in to comment.