@@ -88,7 +88,7 @@ |
||
88 | 88 | |
89 | 89 | if( (bool) $this->getValue( $config, 'BE', false ) === true ) { |
90 | 90 | $url = (string) $this->uriBuilder->buildBackendUri(); |
91 | - return array_key_exists( 'id', $params ) ? $url : preg_replace( '/\&id=[0-9]+/', '', $url ); // workaround for TYPO3 bug |
|
91 | + return array_key_exists( 'id', $params ) ? $url : preg_replace( '/\&id=[0-9]+/', '', $url ); // workaround for TYPO3 bug |
|
92 | 92 | } |
93 | 93 | |
94 | 94 | $url = (string) $this->uriBuilder->buildFrontendUri(); |