|
@@ -5374,7 +5374,7 @@ |
|
|
block discarded – undo |
|
5374
|
5374
|
foreach ($rows as $row) { |
|
5375
|
5375
|
$family = Family::getInstance($row->id, $this->tree); |
|
5376
|
5376
|
if ($family->canShow()) { |
|
5377
|
|
- $total = (int) $row->tot; |
|
|
5377
|
+ $total = (int) $row->tot; |
|
5378
|
5378
|
|
|
5379
|
5379
|
if ($type === 'list') { |
|
5380
|
5380
|
$top10[] = '<li><a href="' . e($family->url()) . '">' . $family->getFullName() . '</a> - ' . I18N::plural('%s grandchild', '%s grandchildren', $total, I18N::number($total)); |
Please login to merge, or discard this patch.