@@ -69,7 +69,7 @@ |
||
69 | 69 | $model = new EntityContentRead($categoryRecord, $contentRecord->first()); |
70 | 70 | $search = null; |
71 | 71 | // check if similar search is enabled for item category |
72 | - if ((bool)$model->getCategory()->getProperty('showSimilar') && !$trash) { |
|
72 | + if ((bool) $model->getCategory()->getProperty('showSimilar') && !$trash) { |
|
73 | 73 | $search = new EntityContentSearch($model->title, $model->id, $model->getCategory()->id); |
74 | 74 | } |
75 | 75 |