@@ -191,7 +191,7 @@ protected function showExistingRecipientLists()
191
191
'icon ' => $ this ->iconFactory ->getIconForRecord ('sys_dmail_group ' , $ row , Icon::SIZE_SMALL )->render (),
192
192
'editLink ' => $ this ->editLink ('sys_dmail_group ' , $ row ['uid ' ]),
193
193
'reciplink ' => $ this ->linkRecip_record ('<strong> ' . htmlspecialchars (GeneralUtility::fixed_lgd_cs ($ row ['title ' ], 30 )) . '</strong> ' , $ row ['uid ' ]),
194
- 'type ' => htmlspecialchars (BackendUtility::getProcessedValue ('sys_dmail_group ' , 'type ' , $ row ['type ' ])),
194
+ 'type ' => htmlspecialchars (( string ) BackendUtility::getProcessedValue ('sys_dmail_group ' , 'type ' , $ row ['type ' ])),
195
195
'description ' => BackendUtility::getProcessedValue ('sys_dmail_group ' , 'description ' , htmlspecialchars ($ row ['description ' ] ?? '' )),
196
196
'count ' => $ count ,
197
197
];
@@ -490,8 +490,8 @@ protected function displayMailGroup($result)
490
490
if (is_array ($ idLists ['tt_address ' ] ?? false )) {
491
491
//https://github.com/FriendsOfTYPO3/tt_address/blob/master/ext_tables.sql
492
492
$ rows = GeneralUtility::makeInstance (TempRepository::class)->fetchRecordsListValues (
493
- $ idLists ['tt_address ' ],
494
- 'tt_address ' ,
493
+ $ idLists ['tt_address ' ],
494
+ 'tt_address ' ,
495
495
['uid ' , 'name ' , 'first_name ' , 'middle_name ' , 'last_name ' , 'email ' ]
496
496
);
497
497
$ data ['tables ' ][] = [
0 commit comments