aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/install/install.php1
1 files changed, 1 insertions, 0 deletions
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 *