diff options
Diffstat (limited to 'phpBB/common.php')
-rw-r--r-- | phpBB/common.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/phpBB/common.php b/phpBB/common.php index 11a1c06d21..c7c5859c25 100644 --- a/phpBB/common.php +++ b/phpBB/common.php @@ -82,9 +82,6 @@ require($phpbb_root_path . 'includes/constants.' . $phpEx); require($phpbb_root_path . 'includes/db/' . $dbms . '.' . $phpEx); require($phpbb_root_path . 'includes/utf/utf_tools.' . $phpEx); - -include($phpbb_root_path . 'includes/class_content_visibility.'.$phpEx); - // Set PHP error handler to ours set_error_handler(defined('PHPBB_MSG_HANDLER') ? PHPBB_MSG_HANDLER : 'msg_handler'); |