diff options
author | Ted Trask <ttrask01@yahoo.com> | 2012-04-28 11:59:25 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2012-04-28 11:59:25 +0000 |
commit | 50e6733cc17e25b4e038a5ca4f03c2d847d7252a (patch) | |
tree | d015c21d5c1d2867568560437af1f15c6e84109b /hostname-model.lua | |
parent | 323bd5e68f99926c9b18c63b0bafceb1958cfc4b (diff) | |
download | acf-alpine-baselayout-50e6733cc17e25b4e038a5ca4f03c2d847d7252a.tar.bz2 acf-alpine-baselayout-50e6733cc17e25b4e038a5ca4f03c2d847d7252a.tar.xz |
Updated for handle_form now passing self to get and set functions
Diffstat (limited to 'hostname-model.lua')
-rw-r--r-- | hostname-model.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hostname-model.lua b/hostname-model.lua index 6fafdc0..87b3b5f 100644 --- a/hostname-model.lua +++ b/hostname-model.lua @@ -24,7 +24,7 @@ read_name = function () return cfe({ type="group", value={hostname=get(false)}, label="Hostname" }) end -update_name = function(name) +update_name = function(self, name) local success = true if success then |