Fixed comments disregarding viewUsers privilege

This commit is contained in:
Marcin Kurczewski
2014-11-22 12:56:44 +01:00
parent 4b4ccf365a
commit 736c0a66ff
6 changed files with 22 additions and 18 deletions

View File

@ -72,7 +72,7 @@ App.Presenters.GlobalCommentListPresenter = function(
}) + '</li>');
util.loadImagesNicely($post.find('img'));
var presenter = App.DI.get('postCommentListPresenter');
var presenter = App.DI.get('commentListPresenter');
presenter.init({
post: post,