aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/feed.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/feed.php')
-rw-r--r--phpBB/feed.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/feed.php b/phpBB/feed.php
index 775fdf7230..7e1a761694 100644
--- a/phpBB/feed.php
+++ b/phpBB/feed.php
@@ -620,7 +620,7 @@ class phpbb_feed_base
function get_item()
{
- global $db, $cache;
+ global $db;
if (!isset($this->result))
{