From: Michael Date: Sat, 2 May 2020 22:02:29 +0000 (+0000) Subject: Corrected variable name X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c141a3eb7951a7b171e700ebfdaba83a154f6f40;p=friendica.git Corrected variable name --- diff --git a/src/Model/Item.php b/src/Model/Item.php index c01535ab65..334fddbd51 100644 --- a/src/Model/Item.php +++ b/src/Model/Item.php @@ -1903,8 +1903,7 @@ class Item self::insertContent($item); } - $postfields = $item; - $delivery_data = Post\DeliveryData::extractFields($postfields); + $delivery_data = Post\DeliveryData::extractFields($item); unset($item['postopts']); unset($item['inform']);