1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-16 13:44:12 +02:00

Merge branch 'ticket/15178' into ticket/15179

This commit is contained in:
Marc Alexander
2017-05-31 20:20:43 +02:00
4 changed files with 209 additions and 187 deletions

View File

@@ -35,7 +35,7 @@ class loader extends \Twig_Loader_Filesystem
{
$this->filesystem = $filesystem;
parent::__construct($paths);
parent::__construct($paths, $this->filesystem->realpath(dirname(__FILE__)));
}
/**