mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 00:07:44 +02:00
[feature/twig] Fixed tabs in environment.php
PHPBB3-11598
This commit is contained in:
@@ -47,10 +47,11 @@ class phpbb_template_twig_environment extends Twig_Environment
|
||||
*/
|
||||
public function ignoregetCacheFilename($name)
|
||||
{
|
||||
if (false === $this->cache) {
|
||||
if (false === $this->cache)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
// @todo
|
||||
// @todo
|
||||
$file_path = $this->getLoader()->getCacheKey($name);
|
||||
foreach ($this->getLoader()->getNamespaces() as $namespace)
|
||||
{
|
||||
|
Reference in New Issue
Block a user