Update index.lua (#5268)
This commit is contained in:
parent
155252d570
commit
3883814c08
|
|
@ -108,7 +108,7 @@
|
||||||
--define the array/table and variables
|
--define the array/table and variables
|
||||||
local var = {}
|
local var = {}
|
||||||
local key = "";
|
local key = "";
|
||||||
local value = "";
|
local value = value;
|
||||||
|
|
||||||
--parse the cache
|
--parse the cache
|
||||||
key_pairs = explode("&", value);
|
key_pairs = explode("&", value);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue