Add tmp debugging.

This commit is contained in:
2022-08-20 18:33:09 +02:00
parent a0fda76abd
commit e7500b76eb
6 changed files with 20 additions and 13 deletions

View File

@ -2394,7 +2394,7 @@ class Infusion extends Interpretation
// INSTALLCLASS
$this->fileContentDynamic[$module->key][$this->hhh
. 'INSTALLCLASS' . $this->hhh]
= (new InstallScript($module))->get();
= (new InstallScript($module, ['debug' => $this->debugLinenr]))->get();
}
// FIELDSET
if (isset($module->form_files)
@ -2456,7 +2456,7 @@ class Infusion extends Interpretation
// INSTALLCLASS
$this->fileContentDynamic[$plugin->key][$this->hhh
. 'INSTALLCLASS' . $this->hhh]
= (new InstallScript($plugin))->get();
= (new InstallScript($plugin, ['debug' => $this->debugLinenr]))->get();
}
// FIELDSET
if (isset($plugin->form_files)