@@ -132,7 +132,7 @@ |
||
| 132 | 132 | |
| 133 | 133 | //search with base criteria |
| 134 | 134 | $search = $this->object->filter( true ); |
| 135 | - $search->add( $search->compare( '==', 'plugin.type.editor', $this->editor ), ); |
|
| 135 | + $search->add( $search->compare( '==', 'plugin.type.editor', $this->editor ),); |
|
| 136 | 136 | $search->setSortations( [$search->sort( '-', 'plugin.type.position' )] ); |
| 137 | 137 | |
| 138 | 138 | $results = $this->object->search( $search ); |