diff --git a/modules/backend/widgets/Lists.php b/modules/backend/widgets/Lists.php index 01bc5237a..e1c07cde1 100644 --- a/modules/backend/widgets/Lists.php +++ b/modules/backend/widgets/Lists.php @@ -936,6 +936,10 @@ class Lists extends WidgetBase $total++; } + if ($this->showTree) { + $total++; + } + return $total; }