Commit 3ef85f55 authored by Florian Heder's avatar Florian Heder

fatal typo

parent 026f3784
...@@ -93,7 +93,7 @@ class DynLinkViewHelper extends AbstractTagBasedViewHelper { ...@@ -93,7 +93,7 @@ class DynLinkViewHelper extends AbstractTagBasedViewHelper {
// Save link data into ViewHelper arguments // Save link data into ViewHelper arguments
$this->setArgumentsFromArray($paramDataArr); $this->setArgumentsFromArray($paramDataArr);
$cObj = GeneralUtility::makeInstance('TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer''); $cObj = GeneralUtility::makeInstance('TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer');
$configuration = array( $configuration = array(
'parameter' => $this->arguments['href'], 'parameter' => $this->arguments['href'],
'returnLast' => TRUE 'returnLast' => TRUE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment