aboutsummaryrefslogtreecommitdiffstats
path: root/util/cache.lua
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2016-10-18 19:07:55 +0200
committerKim Alvefur <zash@zash.se>2016-10-18 19:07:55 +0200
commit0b21ca653d69a7b53f75c576b5902d8684c32e61 (patch)
treea7bd7a664b80ac2d321bef9ef2e7a465e32982a5 /util/cache.lua
parent98be2f263bd887a0f0f53a405f9d8f42d270a176 (diff)
parentde5e008d57702c1aeb196a718c045b0517ba631f (diff)
downloadprosody-0b21ca653d69a7b53f75c576b5902d8684c32e61.tar.gz
prosody-0b21ca653d69a7b53f75c576b5902d8684c32e61.zip
Merge 0.10->trunk
Diffstat (limited to 'util/cache.lua')
-rw-r--r--util/cache.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/cache.lua b/util/cache.lua
index 44bbfe30..9c141bb6 100644
--- a/util/cache.lua
+++ b/util/cache.lua
@@ -117,6 +117,7 @@ function cache_methods:tail()
end
function cache_methods:table()
+ --luacheck: ignore 212/t
if not self.proxy_table then
self.proxy_table = setmetatable({}, {
__index = function (t, k)