Completed
Push — master ( c2ec3d...a14cfe )
by Alexey
05:11
created
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.