Passed
Push — master ( c6e392...14ba76 )
by Aimeos
03:51
created
client/html/src/Client/Html/Basket/Standard/Standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
 		$context = $this->context();
35 35
 		$site = $context->locale()->getSiteItem()->getCode();
36 36
 
37
-		if( !empty( $params = $context->session()->get( 'aimeos/catalog/detail/params/last/' . $site ) ) ){
37
+		if( !empty( $params = $context->session()->get( 'aimeos/catalog/detail/params/last/' . $site ) ) ) {
38 38
 			$view->standardBackUrl = $view->link( 'client/html/catalog/detail/url' );
39 39
 		} elseif( !empty( $params = $context->session()->get( 'aimeos/catalog/lists/params/last/' . $site, [] ) ) ) {
40 40
 			$view->standardBackUrl = $view->link( 'client/html/catalog/lists/url' );
Please login to merge, or discard this patch.