From: Michael Vogel Date: Tue, 2 Jun 2015 20:10:28 +0000 (+0200) Subject: Store the GUID from here as well. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b5129a3e117f923e4d489c69216956b4bc0f074b;p=friendica.git Store the GUID from here as well. --- diff --git a/mod/item.php b/mod/item.php index 27bd5108d2..b104663e9e 100644 --- a/mod/item.php +++ b/mod/item.php @@ -864,6 +864,9 @@ function item_post(&$a) { // NOTREACHED } + // Store the guid and other relevant data + add_guid($datarray); + $post_id = $r[0]['id']; logger('mod_item: saved item ' . $post_id);