summaryrefslogtreecommitdiffstats
path: root/weblog-model.lua
diff options
context:
space:
mode:
Diffstat (limited to 'weblog-model.lua')
-rw-r--r--weblog-model.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/weblog-model.lua b/weblog-model.lua
index 896952a..a33d97c 100644
--- a/weblog-model.lua
+++ b/weblog-model.lua
@@ -1204,7 +1204,7 @@ local function validateconfig(newconfig)
newconfig.value.auditend.errtxt = err
success = false
end
- return newconfig
+ return success, newconfig
end
function updateconfig(newconfig)