aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/extension/finder.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/phpBB/includes/extension/finder.php b/phpBB/includes/extension/finder.php
index d25823ca43..b3cdbd6ab9 100644
--- a/phpBB/includes/extension/finder.php
+++ b/phpBB/includes/extension/finder.php
@@ -283,11 +283,6 @@ class phpbb_extension_finder
if ($cache && $this->cache)
{
- if ($this->cached_queries === false)
- {
- $this->cached_queries = array();
- }
-
$this->cached_queries[$query] = $files;
$this->cache->put('_extension_finder', $this->cached_queries);
}