luci/modules
Hannu Nyman e2e2696430 luci-base: fix bug in util.lua in 'shellsqescape'
Fix a bug introduced by #561

Function 'shellsqescape' calls 'gsub' with the empty result string 'res'
instead of the actual parameter 'value'. This leads into error:
.../util.lua:160: bad argument #1 to 'gsub' (string expected, got nil)

Fix error by passing the correct parameter to the function.

After the fix, the unmount button introduced by #561 finally works.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-03-20 13:12:05 +02:00
..
luci-base luci-base: fix bug in util.lua in 'shellsqescape' 2016-03-20 13:12:05 +02:00
luci-mod-admin-full luci-mod-admin-full: Fix dhcpv6 ra_management option stateless value 2016-03-19 15:38:41 +02:00
luci-mod-admin-mini Globally convert headline anchors into name attributes. 2015-10-06 13:30:33 +02:00
luci-mod-failsafe Globally convert headline anchors into name attributes. 2015-10-06 13:30:33 +02:00
luci-mod-freifunk Globally replace luci.dispatcher.build_url(...) with url(...) invocations 2015-10-07 19:07:36 +02:00
luci-mod-freifunk-community Rework LuCI build system 2015-01-08 16:26:20 +01:00
luci-mod-rpc modules/luci-mod-rpc: fix attempt to index global 'luci' (a nil value) 2015-09-12 15:11:18 +06:00