@@ -184,7 +184,7 @@ |
||
184 | 184 | $error = array( $context->getI18n()->dt( 'controller/frontend', $e->getMessage() ) ); |
185 | 185 | $view->detailErrorList = array_merge( $view->get( 'detailErrorList', [] ), $error ); |
186 | 186 | |
187 | - if ( $e->getCode() === 404 ) { throw $e; } |
|
187 | + if( $e->getCode() === 404 ) { throw $e; } |
|
188 | 188 | } |
189 | 189 | catch( \Aimeos\MShop\Exception $e ) |
190 | 190 | { |