mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Merged with 3.5.1
This commit is contained in:
@@ -100,11 +100,10 @@ class supertwig
|
||||
$options = array_merge($default_options, $options);
|
||||
$extensions = array_merge($default_extensions, $extensions);
|
||||
|
||||
$this->init_twig();
|
||||
|
||||
try
|
||||
{
|
||||
$this->set_options($options);
|
||||
$this->init_twig();
|
||||
$this->set_extensions($extensions);
|
||||
$this->addFilter(array('round' => 'round'));
|
||||
}
|
||||
|
Reference in New Issue
Block a user