aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/cache/driver/base.php
diff options
context:
space:
mode:
authorTristan Darricau <tristan.darricau@sensiolabs.com>2016-01-25 13:50:23 +0100
committerTristan Darricau <tristan.darricau@sensiolabs.com>2016-01-26 22:13:26 +0100
commitcc38bf550b6d044938532d96a98dd92767e69b61 (patch)
tree8f3bbb07b5c41753b271da12214c28282e0411e6 /phpBB/phpbb/cache/driver/base.php
parent56062a2635551c29b1b983e000f0d1ee6a482fb9 (diff)
downloadforums-cc38bf550b6d044938532d96a98dd92767e69b61.tar
forums-cc38bf550b6d044938532d96a98dd92767e69b61.tar.gz
forums-cc38bf550b6d044938532d96a98dd92767e69b61.tar.bz2
forums-cc38bf550b6d044938532d96a98dd92767e69b61.tar.xz
forums-cc38bf550b6d044938532d96a98dd92767e69b61.zip
[ticket/14129] Caches extensions autoloaders
PHPBB3-14129
Diffstat (limited to 'phpBB/phpbb/cache/driver/base.php')
-rw-r--r--phpBB/phpbb/cache/driver/base.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/phpbb/cache/driver/base.php b/phpBB/phpbb/cache/driver/base.php
index 55cd4668de..85762c4d95 100644
--- a/phpBB/phpbb/cache/driver/base.php
+++ b/phpBB/phpbb/cache/driver/base.php
@@ -49,6 +49,7 @@ abstract class base implements \phpbb\cache\driver\driver_interface
$this->remove_dir($fileInfo->getPathname());
}
else if (strpos($filename, 'container_') === 0 ||
+ strpos($filename, 'autoload_') === 0 ||
strpos($filename, 'url_matcher') === 0 ||
strpos($filename, 'url_generator') === 0 ||
strpos($filename, 'sql_') === 0 ||