1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Merge branch '3.1.x'

This commit is contained in:
Joas Schilling
2015-05-16 13:40:07 +02:00
9 changed files with 167 additions and 10 deletions

View File

@@ -115,7 +115,8 @@ class loader extends \Twig_Loader_Filesystem
// If this is in the cache we can skip the entire process below
// as it should have already been validated
if (isset($this->cache[$name])) {
if (isset($this->cache[$name]))
{
return $this->cache[$name];
}