]> git.mxchange.org Git - friendica.git/commitdiff
Store the GUID from here as well.
authorMichael Vogel <icarus@dabo.de>
Tue, 2 Jun 2015 20:10:28 +0000 (22:10 +0200)
committerMichael Vogel <icarus@dabo.de>
Tue, 2 Jun 2015 20:10:28 +0000 (22:10 +0200)
mod/item.php

index 27bd5108d2df7dfe95c08c7089428b96b798aaa8..b104663e9e34448be70e5ab30408688db4aab424 100644 (file)
@@ -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);