@@ -87,7 +87,7 @@ |
||
87 | 87 | |
88 | 88 | try { |
89 | 89 | $refItem = $refManager->find( $refItem->getCode(), [], $item->getResourceType(), $refItem->getType() ); |
90 | - } catch( \Exception $e ) { ; } // if not found, use the new item |
|
90 | + } catch( \Exception $e ) {; } // if not found, use the new item |
|
91 | 91 | |
92 | 92 | $refItem = $this->addRefItems( $refItem, $data ); |
93 | 93 | $item->addListItem( 'attribute', $listItem, $refItem ); |
@@ -85,9 +85,13 @@ |
||
85 | 85 | $listItem = $manager->createListItem()->setPosition( $idx )->fromArray( $data ); |
86 | 86 | $refItem = $refManager->create()->fromArray( $data ); |
87 | 87 | |
88 | - try { |
|
88 | + try |
|
89 | + { |
|
89 | 90 | $refItem = $refManager->find( $refItem->getCode(), [], $item->getResourceType(), $refItem->getType() ); |
90 | - } catch( \Exception $e ) { ; } // if not found, use the new item |
|
91 | + } |
|
92 | + catch( \Exception $e ) |
|
93 | + { |
|
94 | +; } // if not found, use the new item |
|
91 | 95 | |
92 | 96 | $refItem = $this->addRefItems( $refItem, $data ); |
93 | 97 | $item->addListItem( 'attribute', $listItem, $refItem ); |