summaryrefslogtreecommitdiffstats
path: root/tinydns-model.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tinydns-model.lua')
-rw-r--r--tinydns-model.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tinydns-model.lua b/tinydns-model.lua
index 59a2f9a..5e55c57 100644
--- a/tinydns-model.lua
+++ b/tinydns-model.lua
@@ -141,6 +141,7 @@ local function searchforconfigfiles(self, userid)
configfiles = cnffile
end
configuser = userid
+ table.sort(configfiles)
return configfiles
end