diff --git a/client/src/acl/user.js b/client/src/acl/user.js index 96a85c6da8..8ecadf949d 100644 --- a/client/src/acl/user.js +++ b/client/src/acl/user.js @@ -37,7 +37,7 @@ define('acl/user', 'acl', function (Dep) { } } - return Dep.prototype.checkModelRead.call(this, model, data, precise); + return this.checkModel(model, data, 'read', precise); }, checkIsOwner: function (model) {