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