aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/feed.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/feed.php b/phpBB/feed.php
index 6a83bba562..1b854c1705 100644
--- a/phpBB/feed.php
+++ b/phpBB/feed.php
@@ -279,7 +279,7 @@ function feed_format_date($time)
**/
function feed_generate_content($content, $uid, $bitfield, $options, $forum_id, $post_attachments)
{
- global $user, $db, $config, $phpbb_root_path, $phpEx, $board_url;
+ global $user, $config, $phpbb_root_path, $phpEx, $board_url;
if (empty($content))
{