Fix bad '_stringSplit' reference

pull/3/head
Iron-E 4 years ago
parent 301e932112
commit a25aea8135
No known key found for this signature in database
GPG Key ID: 19B71B7B7B021D22

@ -157,7 +157,7 @@ end
]]
---------------------------------------------
function _metaParseTable:parsePut(key, value)
_put(self, _stringSplit(
_put(self, _string_split(
string.reverse(key), '.'
))
end

Loading…
Cancel
Save