diff options
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/feed.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/feed.php b/phpBB/feed.php index 602b7f90b3..86d74bc3b7 100644 --- a/phpBB/feed.php +++ b/phpBB/feed.php @@ -19,7 +19,6 @@ define('IN_PHPBB', true); $phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './'; $phpEx = substr(strrchr(__FILE__, '.'), 1); include($phpbb_root_path . 'common.' . $phpEx); -include($phpbb_root_path . 'includes/functions_display.' . $phpEx); if (!$config['feed_enable']) { |