Passed
Push — master ( b4093f...269272 )
by Aimeos
03:05
created
src/Base/View/Helper/Url/Typo3.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@
 block discarded – undo
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();
Please login to merge, or discard this patch.