Update index.lua (#5268)

This commit is contained in:
agree 2020-05-12 14:40:38 -04:00 committed by GitHub
parent 155252d570
commit 3883814c08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@
--define the array/table and variables
local var = {}
local key = "";
local value = "";
local value = value;
--parse the cache
key_pairs = explode("&", value);