@@ -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; |
@@ -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; |
@@ -229,7 +229,7 @@ |
||
| 229 | 229 | |
| 230 | 230 | <div class="list-view" |
| 231 | 231 | data-domain="order" |
| 232 | - data-items="<?= $enc->attr( $this->get( 'items', map() )->call('toArray')->all() ) ?>"> |
|
| 232 | + data-items="<?= $enc->attr( $this->get( 'items', map() )->call( 'toArray' )->all() ) ?>"> |
|
| 233 | 233 | |
| 234 | 234 | <nav class="main-navbar"> |
| 235 | 235 | |
@@ -84,7 +84,7 @@ |
||
| 84 | 84 | |
| 85 | 85 | <div class="list-view" |
| 86 | 86 | data-domain="text/type" |
| 87 | - data-items="<?= $enc->attr( $this->get( 'items', map() )->call('toArray')->all() ) ?>"> |
|
| 87 | + data-items="<?= $enc->attr( $this->get( 'items', map() )->call( 'toArray' )->all() ) ?>"> |
|
| 88 | 88 | |
| 89 | 89 | <nav class="main-navbar"> |
| 90 | 90 | |
@@ -84,7 +84,7 @@ |
||
| 84 | 84 | |
| 85 | 85 | <div class="list-view" |
| 86 | 86 | data-domain="text/lists/type" |
| 87 | - data-items="<?= $enc->attr( $this->get( 'items', map() )->call('toArray')->all() ) ?>"> |
|
| 87 | + data-items="<?= $enc->attr( $this->get( 'items', map() )->call( 'toArray' )->all() ) ?>"> |
|
| 88 | 88 | |
| 89 | 89 | <nav class="main-navbar"> |
| 90 | 90 | |
@@ -84,7 +84,7 @@ |
||
| 84 | 84 | |
| 85 | 85 | <div class="list-view" |
| 86 | 86 | data-domain="price/type" |
| 87 | - data-items="<?= $enc->attr( $this->get( 'items', map() )->call('toArray')->all() ) ?>"> |
|
| 87 | + data-items="<?= $enc->attr( $this->get( 'items', map() )->call( 'toArray' )->all() ) ?>"> |
|
| 88 | 88 | |
| 89 | 89 | <nav class="main-navbar"> |
| 90 | 90 | |
@@ -84,7 +84,7 @@ |
||
| 84 | 84 | |
| 85 | 85 | <div class="list-view" |
| 86 | 86 | data-domain="price/lists/type" |
| 87 | - data-items="<?= $enc->attr( $this->get( 'items', map() )->call('toArray')->all() ) ?>"> |
|
| 87 | + data-items="<?= $enc->attr( $this->get( 'items', map() )->call( 'toArray' )->all() ) ?>"> |
|
| 88 | 88 | |
| 89 | 89 | <nav class="main-navbar"> |
| 90 | 90 | |
@@ -84,7 +84,7 @@ |
||
| 84 | 84 | |
| 85 | 85 | <div class="list-view" |
| 86 | 86 | data-domain="price/property/type" |
| 87 | - data-items="<?= $enc->attr( $this->get( 'items', map() )->call('toArray')->all() ) ?>"> |
|
| 87 | + data-items="<?= $enc->attr( $this->get( 'items', map() )->call( 'toArray' )->all() ) ?>"> |
|
| 88 | 88 | |
| 89 | 89 | <nav class="main-navbar"> |
| 90 | 90 | |
@@ -84,7 +84,7 @@ |
||
| 84 | 84 | |
| 85 | 85 | <div class="list-view" |
| 86 | 86 | data-domain="product/type" |
| 87 | - data-items="<?= $enc->attr( $this->get( 'items', map() )->call('toArray')->all() ) ?>"> |
|
| 87 | + data-items="<?= $enc->attr( $this->get( 'items', map() )->call( 'toArray' )->all() ) ?>"> |
|
| 88 | 88 | |
| 89 | 89 | <nav class="main-navbar"> |
| 90 | 90 | |