diff --git a/phpBB/install/install.php b/phpBB/install/install.php index a7f7691876..432cd569cd 100644 --- a/phpBB/install/install.php +++ b/phpBB/install/install.php @@ -1199,6 +1199,7 @@ if ($stage == 4) define('SESSIONS_TABLE', $table_prefix . 'sessions'); define('BOTS_TABLE', $table_prefix . 'bots'); define('USERS_TABLE', $table_prefix . 'users'); + define('GROUPS_TABLE', $table_prefix . 'groups'); define('BANLIST_TABLE', $table_prefix . 'banlist'); $sql = "SELECT *