Completed
Push — master ( 683b57...9baad7 )
by Aimeos
03:06
created
client/html/src/Client/Html/Basket/Standard/Standard.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -401,8 +401,7 @@  discard block
 block discarded – undo
401 401
 			$controller = $view->config( 'client/html/catalog/detail/url/controller', 'catalog' );
402 402
 			$action = $view->config( 'client/html/catalog/detail/url/action', 'detail' );
403 403
 			$config = $view->config( 'client/html/catalog/detail/url/config', [] );
404
-		}
405
-		else
404
+		} else
406 405
 		{
407 406
 			$params = $context->getSession()->get( 'aimeos/catalog/lists/params/last/' . $site, [] );
408 407
 
@@ -468,8 +467,7 @@  discard block
 block discarded – undo
468 467
 				$view->param( 'b_supplier', '' ),
469 468
 				$view->param( 'b_siteid' )
470 469
 			);
471
-		}
472
-		else
470
+		} else
473 471
 		{
474 472
 			$list = [];
475 473
 			$entries = (array) $view->param( 'b_prod', [] );
Please login to merge, or discard this patch.