summaryrefslogtreecommitdiffstats
path: root/lbu-controller.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lbu-controller.lua')
-rw-r--r--lbu-controller.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lbu-controller.lua b/lbu-controller.lua
index 1d5c22b..4a755fb 100644
--- a/lbu-controller.lua
+++ b/lbu-controller.lua
@@ -108,6 +108,7 @@ function expert (self)
if filedetails.value.filecontent.errtxt then
filedetails.errtxt = "Failed to save config"
else
+ filedetails = self.model.get_filedetails()
filedetails.descr = "Saved config"
end
end