@@ -44,9 +44,12 @@ |
||
44 | 44 | { |
45 | 45 | $view = $this->getView(); |
46 | 46 | |
47 | - try { |
|
47 | + try |
|
48 | + { |
|
48 | 49 | $view->listBody = parent::search(); |
49 | - } catch( \Exception $e ) { |
|
50 | + } |
|
51 | + catch( \Exception $e ) |
|
52 | + { |
|
50 | 53 | $this->report( $e, 'search' ); |
51 | 54 | } |
52 | 55 |
@@ -50,7 +50,7 @@ |
||
50 | 50 | $id = $siteManager->search( $search )->keys()->first() ?: $siteItem->getId(); |
51 | 51 | } |
52 | 52 | } |
53 | - catch( \Exception $e ) { ; } |
|
53 | + catch( \Exception $e ) {; } |
|
54 | 54 | |
55 | 55 | if( $view->access( ['admin', 'super'] ) ) { |
56 | 56 | $level = \Aimeos\MW\Tree\Manager\Base::LEVEL_TREE; |
@@ -50,7 +50,9 @@ discard block |
||
50 | 50 | $id = $siteManager->search( $search )->keys()->first() ?: $siteItem->getId(); |
51 | 51 | } |
52 | 52 | } |
53 | - catch( \Exception $e ) { ; } |
|
53 | + catch( \Exception $e ) |
|
54 | + { |
|
55 | +; } |
|
54 | 56 | |
55 | 57 | if( $view->access( ['admin', 'super'] ) ) { |
56 | 58 | $level = \Aimeos\MW\Tree\Manager\Base::LEVEL_TREE; |
@@ -78,8 +80,7 @@ discard block |
||
78 | 80 | if( ( $rootItem = $sitePath->first() ) !== null ) { |
79 | 81 | $view->pageSiteTree = $siteManager->getTree( $rootItem->getId(), [], $level ); |
80 | 82 | } |
81 | - } |
|
82 | - else |
|
83 | + } else |
|
83 | 84 | { |
84 | 85 | $view->pageSiteList = map( [$view->pageSiteTree] ); |
85 | 86 | } |
@@ -469,8 +469,7 @@ discard block |
||
469 | 469 | { |
470 | 470 | $attrItem = $attrItems[$array['order.base.service.attribute.id']]; |
471 | 471 | unset( $attrItems[$array['order.base.service.attribute.id']] ); |
472 | - } |
|
473 | - else |
|
472 | + } else |
|
474 | 473 | { |
475 | 474 | $attrItem = $attrManager->create(); |
476 | 475 | } |
@@ -505,9 +504,13 @@ discard block |
||
505 | 504 | { |
506 | 505 | $manager = \Aimeos\MShop::create( $this->getContext(), 'customer' ); |
507 | 506 | |
508 | - try { |
|
507 | + try |
|
508 | + { |
|
509 | 509 | $data += $manager->get( $item->getCustomerId() )->toArray(); |
510 | - } catch( \Exception $e ) {}; |
|
510 | + } |
|
511 | + catch( \Exception $e ) |
|
512 | + { |
|
513 | +}; |
|
511 | 514 | } |
512 | 515 | |
513 | 516 |
@@ -278,8 +278,7 @@ |
||
278 | 278 | { |
279 | 279 | $propItem = $propItems[$entry['price.property.id']]; |
280 | 280 | unset( $propItems[$entry['price.property.id']] ); |
281 | - } |
|
282 | - else |
|
281 | + } else |
|
283 | 282 | { |
284 | 283 | $propItem = $propManager->create(); |
285 | 284 | } |
@@ -278,8 +278,7 @@ |
||
278 | 278 | { |
279 | 279 | $propItem = $propItems[$entry['media.property.id']]; |
280 | 280 | unset( $propItems[$entry['media.property.id']] ); |
281 | - } |
|
282 | - else |
|
281 | + } else |
|
283 | 282 | { |
284 | 283 | $propItem = $propManager->create(); |
285 | 284 | } |
@@ -271,8 +271,7 @@ |
||
271 | 271 | { |
272 | 272 | $propItem = $propItems[$entry['attribute.property.id']]; |
273 | 273 | unset( $propItems[$entry['attribute.property.id']] ); |
274 | - } |
|
275 | - else |
|
274 | + } else |
|
276 | 275 | { |
277 | 276 | $propItem = $manager->create(); |
278 | 277 | } |
@@ -291,8 +291,7 @@ |
||
291 | 291 | { |
292 | 292 | $propItem = $propItems[$entry['product.property.id']]; |
293 | 293 | unset( $propItems[$entry['product.property.id']] ); |
294 | - } |
|
295 | - else |
|
294 | + } else |
|
296 | 295 | { |
297 | 296 | $propItem = $manager->create(); |
298 | 297 | } |
@@ -454,8 +454,7 @@ |
||
454 | 454 | { |
455 | 455 | $this->checkSite( $super, $data['locale.site.id'] ); |
456 | 456 | $item = $manager->get( $data['locale.site.id'] ); |
457 | - } |
|
458 | - else |
|
457 | + } else |
|
459 | 458 | { |
460 | 459 | $this->checkSite( $super ); |
461 | 460 | $item = $manager->create(); |
@@ -271,8 +271,7 @@ |
||
271 | 271 | { |
272 | 272 | $propItem = $propItems[$entry['customer.property.id']]; |
273 | 273 | unset( $propItems[$entry['customer.property.id']] ); |
274 | - } |
|
275 | - else |
|
274 | + } else |
|
276 | 275 | { |
277 | 276 | $propItem = $manager->create(); |
278 | 277 | } |