diff --git a/mod/item.php b/mod/item.php index 467d538f26..75f234a759 100644 --- a/mod/item.php +++ b/mod/item.php @@ -221,6 +221,7 @@ function item_post(App $a) { // Fetch the basic attachment data $attachment = ParseUrl::getSiteinfoCached($attachment_url); + unset($attachment['keywords']); // Overwrite the basic data with possible changes from the frontend $attachment['type'] = $attachment_type;