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:
@@ -35,7 +35,7 @@ class loader extends \Twig_Loader_Filesystem
|
||||
{
|
||||
$this->filesystem = $filesystem;
|
||||
|
||||
parent::__construct($paths);
|
||||
parent::__construct($paths, $this->filesystem->realpath(dirname(__FILE__)));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user