mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/15542] Always append assets versions to assets
PHPBB3-15542
This commit is contained in:
parent
f4063e475d
commit
5d4fccd235
1 changed files with 1 additions and 1 deletions
|
@ -50,9 +50,9 @@ abstract class includeasset extends \Twig_Node
|
|||
->write("\$asset->set_path(\$local_file, true);\n")
|
||||
->outdent()
|
||||
->write("}\n")
|
||||
->write("\$asset->add_assets_version('{$config['assets_version']}');\n")
|
||||
->outdent()
|
||||
->write("}\n")
|
||||
->write("\$asset->add_assets_version('{$config['assets_version']}');\n")
|
||||
->write("\$this->getEnvironment()->get_assets_bag()->add_{$this->get_setters_name()}(\$asset);")
|
||||
;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue