aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2014-09-18 02:22:48 +0200
committerKim Alvefur <zash@zash.se>2014-09-18 02:22:48 +0200
commit31be1596b93612e1c848402bd21207ad06ae30e8 (patch)
tree361f642064745fd1a6601050e7573062ff65e2ad /util
parent57b543c70405092fc24f859c05c734fc8b361030 (diff)
parentb19f5a09a19534973d522e7400139f040d76391b (diff)
downloadprosody-31be1596b93612e1c848402bd21207ad06ae30e8.tar.gz
prosody-31be1596b93612e1c848402bd21207ad06ae30e8.zip
Merge 0.10->trunk
Diffstat (limited to 'util')
-rw-r--r--util/array.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/array.lua b/util/array.lua
index 6f2abe04..b10396b1 100644
--- a/util/array.lua
+++ b/util/array.lua
@@ -14,6 +14,7 @@ local math_random = math.random;
local math_floor = math.floor;
local pairs, ipairs = pairs, ipairs;
local tostring = tostring;
+local type = type;
local array = {};
local array_base = {};