forgot to rename that ... (fixes #3169)

This commit is contained in:
Florian Staudacher 2012-04-19 20:18:37 +02:00
parent 8386179f16
commit fe7de0544d

View file

@ -40,7 +40,7 @@ app.views.Publisher = Backbone.View.extend({
}
if(app.stream) {
statusMessage.set({"user_participation": new app.models.Participation});
app.stream.posts.add(statusMessage.toJSON());
app.stream.items.add(statusMessage.toJSON());
}
}
});