Completed
Push — master ( 06e648...3fbbc6 )
by Alexey
04:54
created
system/modules/Ecommerce/widgets/categorys.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <div class="ecommerce-sidebar-categorys">
2 2
   <?php
3
-  if(empty($category)){
3
+  if (empty($category)) {
4 4
       $category = [];
5 5
   }
6 6
   $tree = new Ui\Tree();
Please login to merge, or discard this patch.