Fixed the bug for the image display on install, it was missing the component name.
This commit is contained in:
@ -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))
|
||||
{
|
||||
|
Reference in New Issue
Block a user