Fixes notice "Undefined index: text"

This commit is contained in:
Michael 2020-09-20 07:45:19 +00:00
父節點 1898c0c351
當前提交 a42217eae4
共有 1 個文件被更改,包括 1 次插入1 次删除

查看文件

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