mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/13348] Remove unnecessary global $cache
$cache is not used in the method get_item(). PHPBB3-13348
This commit is contained in:
@@ -620,7 +620,7 @@ class phpbb_feed_base
|
||||
|
||||
function get_item()
|
||||
{
|
||||
global $db, $cache;
|
||||
global $db;
|
||||
|
||||
if (!isset($this->result))
|
||||
{
|
||||
|
Reference in New Issue
Block a user