[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