diff options
Diffstat (limited to 'phpBB/modules/acp/acp_bots.php')
-rw-r--r-- | phpBB/modules/acp/acp_bots.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/modules/acp/acp_bots.php b/phpBB/modules/acp/acp_bots.php index f067bcc32b..b1a0f3f7cd 100644 --- a/phpBB/modules/acp/acp_bots.php +++ b/phpBB/modules/acp/acp_bots.php @@ -222,7 +222,7 @@ class acp_bots $user_id = user_add(array( - 'user_type' => (int) USER_IGNORE, + 'user_type' => (int) phpbb::USER_IGNORE, 'group_id' => (int) $group_row['group_id'], 'username' => (string) $bot_row['bot_name'], 'user_regdate' => time(), |