@@ -407,7 +407,7 @@ |
||
| 407 | 407 | $data['time'] = $fs->time( $data['attribute.code'] ); |
| 408 | 408 | $data['size'] = $fs->size( $data['attribute.code'] ); |
| 409 | 409 | } |
| 410 | - catch( \Exception $e ) { ; } // Show product even if file isn't available any more |
|
| 410 | + catch( \Exception $e ) {; } // Show product even if file isn't available any more |
|
| 411 | 411 | } |
| 412 | 412 | |
| 413 | 413 | return $data; |
@@ -533,7 +533,7 @@ |
||
| 533 | 533 | |
| 534 | 534 | foreach( $data['service'][$type][$serviceId] ?? [] as $entry ) |
| 535 | 535 | { |
| 536 | - if( !($value = $entry['order.service.attribute.value'] ?? '') ) { |
|
| 536 | + if( !( $value = $entry['order.service.attribute.value'] ?? '' ) ) { |
|
| 537 | 537 | continue; |
| 538 | 538 | } |
| 539 | 539 | |