@@ -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) { |