Fixes notice "Undefined index: text"

Este commit está contenido en:
Michael 2020-09-20 07:45:19 +00:00
padre 1898c0c351
commit a42217eae4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

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