@@ -63,7 +63,7 @@ |
||
63 | 63 | $this->removeItems( $item->getId(), 'catalog/lists', 'catalog', 'text' ); |
64 | 64 | $this->removeListItems( $item->getId(), 'catalog/lists', 'product' ); |
65 | 65 | } |
66 | - catch( \Exception $e ) { ; } // If no root node was already inserted into the database |
|
66 | + catch( \Exception $e ) {; } // If no root node was already inserted into the database |
|
67 | 67 | |
68 | 68 | $search = $manager->filter(); |
69 | 69 | $search->setConditions( $search->compare( '=~', 'catalog.code', 'demo-' ) ); |
@@ -63,7 +63,9 @@ |
||
63 | 63 | $this->removeItems( $item->getId(), 'catalog/lists', 'catalog', 'text' ); |
64 | 64 | $this->removeListItems( $item->getId(), 'catalog/lists', 'product' ); |
65 | 65 | } |
66 | - catch( \Exception $e ) { ; } // If no root node was already inserted into the database |
|
66 | + catch( \Exception $e ) |
|
67 | + { |
|
68 | +; } // If no root node was already inserted into the database |
|
67 | 69 | |
68 | 70 | $search = $manager->filter(); |
69 | 71 | $search->setConditions( $search->compare( '=~', 'catalog.code', 'demo-' ) ); |