mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 07:23:13 +00:00
Merge pull request #371 from romainneutron/twig-cache
[3.8] Fix Twig cache directory path
This commit is contained in:
@@ -265,7 +265,7 @@ class Application extends SilexApplication
|
|||||||
$this->register(new TokensServiceProvider());
|
$this->register(new TokensServiceProvider());
|
||||||
$this->register(new TwigServiceProvider(), array(
|
$this->register(new TwigServiceProvider(), array(
|
||||||
'twig.options' => array(
|
'twig.options' => array(
|
||||||
'cache' => realpath(__DIR__ . '/../../../../../../tmp/cache_twig/'),
|
'cache' => realpath(__DIR__ . '/../../../tmp/cache_twig/'),
|
||||||
),
|
),
|
||||||
'twig.form.templates' => array('login/common/form_div_layout.html.twig')
|
'twig.form.templates' => array('login/common/form_div_layout.html.twig')
|
||||||
));
|
));
|
||||||
|
Reference in New Issue
Block a user