summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-lxc/luasrc/controller/lxc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-lxc/luasrc/controller/lxc.lua')
-rw-r--r--applications/luci-app-lxc/luasrc/controller/lxc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-lxc/luasrc/controller/lxc.lua b/applications/luci-app-lxc/luasrc/controller/lxc.lua
index f14606ee8..c7fe63f87 100644
--- a/applications/luci-app-lxc/luasrc/controller/lxc.lua
+++ b/applications/luci-app-lxc/luasrc/controller/lxc.lua
@@ -131,7 +131,7 @@ end
function lxc_configuration_set(lxc_name)
luci.http.prepare_content("text/plain")
- local lxc_configuration = luci.http.formvalue("lxc_configuration")
+ local lxc_configuration = luci.http.formvalue("lxc_conf")
if lxc_configuration == nil then
util.perror("lxc error: config formvalue is empty")
return