@@ -44,7 +44,7 @@ |
||
| 44 | 44 | 'map' => [ |
| 45 | 45 | ['name', 'type'], |
| 46 | 46 | ['required', 'save'], |
| 47 | - [ 'userfield'] |
|
| 47 | + ['userfield'] |
|
| 48 | 48 | ] |
| 49 | 49 | ] |
| 50 | 50 | ]; |
@@ -31,7 +31,7 @@ discard block |
||
| 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 |
||
| 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) { |