summaryrefslogtreecommitdiffstats
path: root/hostname-controller.lua
diff options
context:
space:
mode:
Diffstat (limited to 'hostname-controller.lua')
-rw-r--r--hostname-controller.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/hostname-controller.lua b/hostname-controller.lua
index 10ab81c..623373f 100644
--- a/hostname-controller.lua
+++ b/hostname-controller.lua
@@ -6,7 +6,7 @@ require("controllerfunctions")
default_action = "read"
read = function(self)
- return self.model.get()
+ return self.model.get(true)
end
edit = function(self)