1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-03 23:37:39 +02:00

[feature/twig] Fixed tabs in environment.php

PHPBB3-11598
This commit is contained in:
Nathaniel Guse
2013-07-01 21:21:37 -05:00
parent 16ebf14653
commit e0f5e23032

View File

@@ -47,7 +47,8 @@ class phpbb_template_twig_environment extends Twig_Environment
*/ */
public function ignoregetCacheFilename($name) public function ignoregetCacheFilename($name)
{ {
if (false === $this->cache) { if (false === $this->cache)
{
return false; return false;
} }
// @todo // @todo