summaryrefslogtreecommitdiffstats
path: root/app/acf-util/password-controller.lua
diff options
context:
space:
mode:
Diffstat (limited to 'app/acf-util/password-controller.lua')
-rw-r--r--app/acf-util/password-controller.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/acf-util/password-controller.lua b/app/acf-util/password-controller.lua
index c3d8695..6518249 100644
--- a/app/acf-util/password-controller.lua
+++ b/app/acf-util/password-controller.lua
@@ -18,7 +18,7 @@ function editme(self)
local tmp1, tmp2 = roles.get_roles_perm(self, value.value.roles.value)
table.sort(tmp2)
for i,h in ipairs(tmp2) do
- if h ~= "/acf-util/logon/logout" and h ~= "/acf-util/logon/logon" then
+ if h ~= "/acf-util/logon/logoff" and h ~= "/acf-util/logon/logon" then
value.value.home.option[#value.value.home.option+1] = h
end
end