Fixes notice "Undefined index: text"

Cette révision appartient à :
Michael 2020-09-20 07:45:19 +00:00
Parent 1898c0c351
révision a42217eae4
1 fichiers modifiés avec 1 ajouts et 1 suppressions

Voir le fichier

@ -163,7 +163,7 @@ class PageInfo
}
}
$text .= ']' . $data['text'] . '[/attachment]';
$text .= ']' . $data['text'] ?? '' . '[/attachment]';
$hashtags = '';
if (!empty($data['keywords'])) {