aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/feed.php
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2013-11-08 16:19:18 +0530
committerDhruv <dhruv.goel92@gmail.com>2013-12-27 00:22:28 +0530
commit6611329d837b1698f24d9d0713cdad9c60007e4f (patch)
tree3010e1ddda2cce3d293b7a93a240ba319c6ca57d /phpBB/feed.php
parent3bae72d164455e8dacd3033540e36d1e1bd313d0 (diff)
downloadforums-6611329d837b1698f24d9d0713cdad9c60007e4f.tar
forums-6611329d837b1698f24d9d0713cdad9c60007e4f.tar.gz
forums-6611329d837b1698f24d9d0713cdad9c60007e4f.tar.bz2
forums-6611329d837b1698f24d9d0713cdad9c60007e4f.tar.xz
forums-6611329d837b1698f24d9d0713cdad9c60007e4f.zip
[ticket/11271] Remove unnecessary inclusion of functions_display
PHPBB3-11271
Diffstat (limited to 'phpBB/feed.php')
-rw-r--r--phpBB/feed.php1
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'])
{