mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 14:48:53 +00:00
[feature/twig] Fixed tabs in environment.php
PHPBB3-11598
This commit is contained in:
parent
16ebf14653
commit
e0f5e23032
1 changed files with 41 additions and 40 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue