[ticket/13348] Remove unnecessary global $cache

$cache is not used in the method get_item().

PHPBB3-13348
This commit is contained in:
Marc Alexander 2015-02-03 18:24:16 +01:00
parent 1f2cb69c8a
commit 4e06ab16f0

View file

@ -620,7 +620,7 @@ class phpbb_feed_base
function get_item()
{
global $db, $cache;
global $db;
if (!isset($this->result))
{