#121773 Fix module name in events view

This commit is contained in:
miguel angel rasteu 2023-10-17 09:05:22 +02:00
parent 14bc896f0f
commit c00445eab0
1 changed files with 0 additions and 13 deletions

View File

@ -540,19 +540,6 @@ if (is_ajax() === true) {
);
}
if (empty($tmp->module_name) === false) {
$tmp->module_name = ui_print_truncate_text(
$tmp->module_name,
'module_medium',
false,
true,
false,
'…',
true,
true,
);
}
if (empty($tmp->comments) === false) {
$tmp->comments = ui_print_comments($tmp->comments, 20);
}