Fix an error and a notice

This commit is contained in:
Michael 2020-01-05 02:19:02 +00:00
parent c8a322baf0
commit 8878b3864f
2 changed files with 2 additions and 1 deletions

View file

@ -460,7 +460,7 @@ class Feed {
$item["body"] = '[abstract]' . HTML::toBBCode($summary, $basepath) . "[/abstract]\n" . $item["body"];
}
if ($contact["fetch_further_information"] == 3) {
if (!empty($contact["fetch_further_information"]) && ($contact["fetch_further_information"] == 3)) {
if (!empty($tags)) {
$item["tag"] = $tags;
} else {