@@ -121,8 +121,7 @@ |
||
121 | 121 | } else { |
122 | 122 | unset( $items[$id] ); |
123 | 123 | } |
124 | - } |
|
125 | - catch( \Aimeos\MShop\Service\Exception $e ) |
|
124 | + } catch( \Aimeos\MShop\Service\Exception $e ) |
|
126 | 125 | { |
127 | 126 | $msg = sprintf( 'Unable to create provider "%1$s" for service with ID "%2$s"', $service->getCode(), $id ); |
128 | 127 | $this->getContext()->getLogger()->log( $msg, \Aimeos\MW\Logger\Base::WARN ); |