Fix illegal array access in viewhelper
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@ class ConfiguratorTypeLabelsViewHelper extends AbstractViewHelper
|
|||||||
}
|
}
|
||||||
$types = [];
|
$types = [];
|
||||||
$indexes = GeneralUtility::trimExplode(',', $arguments['values']);
|
$indexes = GeneralUtility::trimExplode(',', $arguments['values']);
|
||||||
$templateVariableContainer = $renderingContext->getViewHelperVariableContainer();
|
$templateVariableContainer = $renderingContext->getVariableProvider();
|
||||||
$settings = $templateVariableContainer['settings'];
|
$settings = $templateVariableContainer['settings'];
|
||||||
$type = $arguments['type'];
|
$type = $arguments['type'];
|
||||||
foreach ($indexes as $index)
|
foreach ($indexes as $index)
|
||||||
|
|||||||
Reference in New Issue
Block a user