Test Failed
Push — master ( 92125e...cc60e3 )
by Alexey
05:31
created
system/modules/Ecommerce/appControllers/EcommerceController.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -166,7 +166,7 @@
 block discarded – undo
166 166
         } else {
167 167
             $category_id = 0;
168 168
         }
169
-        if($category){
169
+        if($category) {
170 170
             $category->views++;
171 171
             $category->save();
172 172
         }
Please login to merge, or discard this patch.