X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fitem.php;h=b023b97d19ef5a014edf9192dfc5494def96a27b;hb=8eeb7807d3cf7c0490299b7540ca06f4d091217c;hp=6671d9439335e8c91be42923fd189269e5fa32d4;hpb=235f4eaa89a779c888b5574ea912deec0f5ee78d;p=friendica.git diff --git a/mod/item.php b/mod/item.php index 6671d94393..b023b97d19 100644 --- a/mod/item.php +++ b/mod/item.php @@ -245,7 +245,7 @@ function item_post(App $a) { $verb = $orig_post['verb']; $objecttype = $orig_post['object-type']; $app = $orig_post['app']; - $categories = $orig_post['file']; + $categories = $orig_post['file'] ?? ''; $title = Strings::escapeTags(trim($_REQUEST['title'])); $body = trim($body); $private = $orig_post['private'];