* Fix bug #48047.
This commit is contained in:
@@ -17,7 +17,9 @@ class relatedList extends wg
|
||||
|
||||
protected function getCommonItem(string $type, array $group, object $item): array
|
||||
{
|
||||
$title = isset($item->title) ? $item->title : $item->name;
|
||||
$title = '';
|
||||
if(isset($item->title)) $title = $item->title;
|
||||
if(isset($item->name)) $title = $item->name;
|
||||
$info = array
|
||||
(
|
||||
'title' => $title,
|
||||
|
||||
Reference in New Issue
Block a user