webmcp

view framework/env/param/__init.lua @ 463:43a4b74b5b18

Bugfix in JSON library: length of array is an integer, not a float (Lua 5.3 distinguishes them)
author jbe
date Sat Sep 10 21:34:59 2016 +0200 (2016-09-10)
parents c3d539e33710
children
line source
1 request.for_each(function()
2 param._exchanged = false -- important to be false, not nil
3 param._saved = {} -- stack
4 end)

Impressum / About Us