aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/common.php')
-rw-r--r--phpBB/common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/common.php b/phpBB/common.php
index 6c381fd349..f4d4969ffa 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -78,7 +78,7 @@ define('USER_AVATAR_GALLERY', 3);
// ACL
define('ACL_NO', 0);
define('ACL_YES', 1);
-define('ACL_UNSET', 2);
+define('ACL_UNSET', -1);
// Group settings
define('GROUP_OPEN', 0);