Fixed the bug for the image display on install, it was missing the component name.

This commit is contained in:
2016-03-04 19:26:18 +02:00
parent ef8578104c
commit 21756c3e55
6 changed files with 13 additions and 10 deletions

View File

@ -3624,6 +3624,9 @@ class Interpretation extends Fields
{
// reset script
$script = $this->setComponentToContentTypes('install');
// set the component name
$component = $this->fileContentStatic['###component###'];
if (isset($this->paramsBuilder) && ComponentbuilderHelper::checkString($this->paramsBuilder))
{