aboutsummaryrefslogtreecommitdiffstats
path: root/util/roles.lua
diff options
context:
space:
mode:
Diffstat (limited to 'util/roles.lua')
-rw-r--r--util/roles.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/roles.lua b/util/roles.lua
index 831ce6ae..a38faa58 100644
--- a/util/roles.lua
+++ b/util/roles.lua
@@ -30,7 +30,7 @@ local function _new_may(permissions, inherited_mays)
end
end
end
- return false;
+ return nil;
end
end