Passed
Push — master ( 75ecc7...451a79 )
by Mihail
04:36
created
Apps/Controller/Front/Content/ActionRead.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.