aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/classes/acl.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/classes/acl.php')
-rw-r--r--phpBB/includes/classes/acl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/classes/acl.php b/phpBB/includes/classes/acl.php
index 97a7b02d41..049b0842e2 100644
--- a/phpBB/includes/classes/acl.php
+++ b/phpBB/includes/classes/acl.php
@@ -389,7 +389,7 @@ class phpbb_acl
// Key 0 in $hold_ary are global options, all others are forum_ids
// If this user is founder we're going to force fill the admin options ...
- if ($userdata['user_type'] == USER_FOUNDER)
+ if ($userdata['user_type'] == phpbb::USER_FOUNDER)
{
foreach ($this->acl_options['global'] as $opt => $id)
{