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,7 +47,8 @@ class phpbb_template_twig_environment extends Twig_Environment
|
||||
*/
|
||||
public function ignoregetCacheFilename($name)
|
||||
{
|
||||
if (false === $this->cache) {
|
||||
if (false === $this->cache)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
// @todo
|
||||
|
Reference in New Issue
Block a user