Completed
Pull Request — master (#12)
by
unknown
02:48
created
lib/custom/src/MW/View/Engine/Typo3.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -46,9 +46,9 @@
 block discarded – undo
46 46
 	public function render( \Aimeos\MW\View\Iface $view, $filename, array $values )
47 47
 	{
48 48
 		$fluid = $this->objectManager->get( 'TYPO3\\CMS\\Fluid\\View\\StandaloneView' );
49
-		$typoScript = $this->objectManager->get(ConfigurationManager::class)->getConfiguration(ConfigurationManager::CONFIGURATION_TYPE_FRAMEWORK);
50
-		$fluid->setPartialRootPaths((array) $typoScript['view']['partialRootPaths']);
51
-		$fluid->setLayoutRootPaths((array) $typoScript['view']['layoutRootPaths']);
49
+		$typoScript = $this->objectManager->get( ConfigurationManager::class )->getConfiguration( ConfigurationManager::CONFIGURATION_TYPE_FRAMEWORK );
50
+		$fluid->setPartialRootPaths( (array) $typoScript['view']['partialRootPaths'] );
51
+		$fluid->setLayoutRootPaths( (array) $typoScript['view']['layoutRootPaths'] );
52 52
 		$fluid->setTemplatePathAndFilename( $filename );
53 53
 		$fluid->assign( '_aimeos_view', $view );
54 54
 		$fluid->assignMultiple( $values );
Please login to merge, or discard this patch.