Project

General

Profile

Bug #60995 ยป PostProcessor.php.diff

Ralf Zimmermann, 2014-08-15 14:24

View differences:

Classes/PostProcess/PostProcessor.php
$html = '';
if (is_array($this->typoScript)) {
$keys = $this->sortTypoScriptKeyList();
$layoutHandler = $this->typoscriptFactory->setLayoutHandler($this->typoScript);
foreach ($keys as $key) {
if (!(int)$key || strpos($key, '.') !== FALSE) {
......
if (isset($this->typoScript[$key . '.'])) {
$processorArguments = $this->typoScript[$key . '.'];
}
$layoutHandler = $this->typoscriptFactory->setLayoutHandler($processorArguments);
if (class_exists($processorName, TRUE)) {
$className = $processorName;
} else {
    (1-1/1)