@@ -218,7 +218,7 @@ |
||
218 | 218 | |
219 | 219 | $search = $manager->createSearch( true )->setSlice( 0, 10000 ); |
220 | 220 | $search->setConditions( $search->compare( '==', 'media.property.type.domain', 'media' ) ); |
221 | - $search->setSortations( [$search->sort( '+', 'media.property.type.position')] ); |
|
221 | + $search->setSortations( [$search->sort( '+', 'media.property.type.position' )] ); |
|
222 | 222 | |
223 | 223 | $view->propertyTypes = $this->map( $manager->searchItems( $search ) ); |
224 | 224 |
@@ -218,7 +218,7 @@ |
||
218 | 218 | |
219 | 219 | $search = $manager->createSearch( true )->setSlice( 0, 10000 ); |
220 | 220 | $search->setConditions( $search->compare( '==', 'media.property.type.domain', 'media' ) ); |
221 | - $search->setSortations( [$search->sort( '+', 'media.property.type.position')] ); |
|
221 | + $search->setSortations( [$search->sort( '+', 'media.property.type.position' )] ); |
|
222 | 222 | |
223 | 223 | $view->propertyTypes = $this->map( $manager->searchItems( $search ) ); |
224 | 224 |
@@ -218,7 +218,7 @@ |
||
218 | 218 | |
219 | 219 | $search = $manager->createSearch( true )->setSlice( 0, 10000 ); |
220 | 220 | $search->setConditions( $search->compare( '==', 'media.property.type.domain', 'media' ) ); |
221 | - $search->setSortations( [$search->sort( '+', 'media.property.type.position')] ); |
|
221 | + $search->setSortations( [$search->sort( '+', 'media.property.type.position' )] ); |
|
222 | 222 | |
223 | 223 | $view->propertyTypes = $this->map( $manager->searchItems( $search ) ); |
224 | 224 |