@@ -50,7 +50,7 @@ |
||
50 | 50 | $item = $item->setId( null )->fromArray( $dataset ); |
51 | 51 | $manager->save( $item ); |
52 | 52 | } |
53 | - catch( \Exception $e ) { ; } // if attribute was already available |
|
53 | + catch( \Exception $e ) {; } // if attribute was already available |
|
54 | 54 | } |
55 | 55 | } |
56 | 56 | } |
@@ -50,7 +50,9 @@ |
||
50 | 50 | $item = $item->setId( null )->fromArray( $dataset ); |
51 | 51 | $manager->save( $item ); |
52 | 52 | } |
53 | - catch( \Exception $e ) { ; } // if attribute was already available |
|
53 | + catch( \Exception $e ) |
|
54 | + { |
|
55 | +; } // if attribute was already available |
|
54 | 56 | } |
55 | 57 | } |
56 | 58 | } |