diff --git a/channel.js b/channel.js index 88467f5a..a19d40d3 100644 --- a/channel.js +++ b/channel.js @@ -1376,6 +1376,7 @@ Channel.prototype.tryDequeue = function(user, data) { } Channel.prototype.tryUncache = function(user, data) { + var self = this; if(!Rank.hasPermission(user, "uncache")) { return; }