@@ -99,7 +99,7 @@ |
||
| 99 | 99 | $config = []; |
| 100 | 100 | |
| 101 | 101 | if ($this->configuration->has('renderer/Global/'.$type)) { |
| 102 | - $config = $this->configuration->getData('renderer/Global/' . $type); |
|
| 102 | + $config = $this->configuration->getData('renderer/Global/'.$type); |
|
| 103 | 103 | } |
| 104 | 104 | |
| 105 | 105 | if ($this->configuration->has('renderer/'.$module.'/'.$type)) { |