Completed
Push — master ( c662bd...51e7b9 )
by Alexey
05:04
created
system/modules/Ecommerce/models/UserAdds/Field.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
             'map' => [
45 45
                 ['name', 'type'],
46 46
                 ['required', 'save'],
47
-                [ 'userfield']
47
+                ['userfield']
48 48
             ]
49 49
         ]
50 50
     ];
Please login to merge, or discard this patch.
system/modules/Ui/objects/Tree.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@  discard block
 block discarded – undo
31 31
           }
32 32
           $count += count($items);
33 33
           foreach ($items as $objectChild) {
34
-              $count+=static::showLi($objectChild, 1, $maxDeep, $hrefFunc);
34
+              $count += static::showLi($objectChild, 1, $maxDeep, $hrefFunc);
35 35
           }
36 36
           ?>
37 37
         </ul>
@@ -56,7 +56,7 @@  discard block
 block discarded – undo
56 56
                       <ul>
57 57
                         <?php
58 58
                     }
59
-                    $count+=static::showLi($objectChild, $deep + 1, $maxDeep, $hrefFunc);
59
+                    $count += static::showLi($objectChild, $deep + 1, $maxDeep, $hrefFunc);
60 60
                 }
61 61
             }
62 62
             if ($isset) {
Please login to merge, or discard this patch.