1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 08:47:45 +02:00

[feature/extension-manager] Test creation of new extension finder cache

PHPBB3-10323
This commit is contained in:
Nils Adermann
2011-08-29 18:43:45 -04:00
parent 34f11a1039
commit 64827a6623
3 changed files with 42 additions and 6 deletions

View File

@@ -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);
}