diff --git a/lib/zin/wg/relatedlist/v1.php b/lib/zin/wg/relatedlist/v1.php index e61a5c152e..c4e24c83d1 100644 --- a/lib/zin/wg/relatedlist/v1.php +++ b/lib/zin/wg/relatedlist/v1.php @@ -93,6 +93,7 @@ class relatedList extends wg $items[] = array ( 'title' => $title, + 'hint' => $title, 'items' => $groupItems, 'content' => $showCount ? array('html' => '' . count($groupItems) . '') : null );