Fixed gh-609 so that JS and CSS from fields are added to module. Also formated the class with auto code reformat in phpstorm.

This commit is contained in:
2020-11-06 07:06:38 +02:00
parent d66fd2a83b
commit d4997abd37
5 changed files with 169 additions and 82 deletions

View File

@ -2076,7 +2076,7 @@ class Infusion extends Interpretation
// MODDEFAULT
$this->fileContentDynamic[$module->key][$this->hhh
. 'MODDEFAULT' . $this->hhh]
= $this->getModDefault($module);
= $this->getModDefault($module, $module->key);
// only add install script if needed
if ($module->add_install_script)
{