|
@@ -80,7 +80,7 @@ |
|
|
block discarded – undo |
|
80
|
80
|
if ($this->controller->type && MathUtility::canBeInterpretedAsInteger($this->controller->type)) { |
|
81
|
81
|
$parameter .= ',' . $this->controller->type; |
|
82
|
82
|
} |
|
83
|
|
- $url = GeneralUtility::makeInstance(ContentObjectRenderer::class, $this->controller)->typoLink_URL([ |
|
|
83
|
+ $url = GeneralUtility::makeInstance(ContentObjectRenderer::class, $this->controller)->typoLink_URL([ |
|
84
|
84
|
'parameter' => $parameter, |
|
85
|
85
|
'addQueryString' => true, |
|
86
|
86
|
'addQueryString.' => ['exclude' => 'id'], |
Please login to merge, or discard this patch.