@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | defined('TYPO3_MODE') or die(); |
3 | 3 | |
4 | -call_user_func(function () { |
|
4 | +call_user_func(function() { |
|
5 | 5 | \TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin( |
6 | 6 | 'Derhansen.fe_change_pwd', |
7 | 7 | 'Pi1', |
@@ -80,7 +80,7 @@ |
||
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'], |