mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-02 08:09:19 +08:00
[Legacy] PHP 8.2 - Fix SugarView.php warning
This commit is contained in:
parent
029d201a28
commit
968b5bcf50
1 changed files with 2 additions and 1 deletions
|
@ -486,7 +486,8 @@ class SugarView
|
|||
}
|
||||
|
||||
if ($key === 'training') {
|
||||
$value['linkinfo']['Support Forum'] .= '" target="_blank"';
|
||||
$supportForum = $value['linkinfo']['Support Forum'] ?? '';
|
||||
$supportForum .= '" target="_blank"';
|
||||
}
|
||||
|
||||
foreach ($value as $linkattribute => $attributevalue) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue