diff options
-rw-r--r-- | phpBB/includes/constants.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php index 1d3feb4c3b..c4cddbf6c2 100644 --- a/phpBB/includes/constants.php +++ b/phpBB/includes/constants.php @@ -70,7 +70,7 @@ define(POST_FORUM_URL, 'f'); define(POST_USERS_URL, 'u'); define('BANLIST_TABLE', $table_prefix.'banlist'); -define('CATEGORIES_TABLE', $table_prefix.'catagories'); +define('CATEGORIES_TABLE', $table_prefix.'categories'); define('CONFIG_TABLE', $table_prefix.'config'); define('DISALLOW_TABLE', $table_prefix.'disallow'); define('FORUM_ACCESS_TABLE', $table_prefix.'forum_access'); |