mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/13348] Remove unnecessary global $cache
$cache is not used in the method get_item(). PHPBB3-13348
This commit is contained in:
parent
1f2cb69c8a
commit
4e06ab16f0
1 changed files with 1 additions and 1 deletions
|
@ -620,7 +620,7 @@ class phpbb_feed_base
|
||||||
|
|
||||||
function get_item()
|
function get_item()
|
||||||
{
|
{
|
||||||
global $db, $cache;
|
global $db;
|
||||||
|
|
||||||
if (!isset($this->result))
|
if (!isset($this->result))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue