Store the GUID from here as well.
This commit is contained in:
parent
bea70296bf
commit
b5129a3e11
|
@ -864,6 +864,9 @@ function item_post(&$a) {
|
||||||
// NOTREACHED
|
// NOTREACHED
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Store the guid and other relevant data
|
||||||
|
add_guid($datarray);
|
||||||
|
|
||||||
$post_id = $r[0]['id'];
|
$post_id = $r[0]['id'];
|
||||||
logger('mod_item: saved item ' . $post_id);
|
logger('mod_item: saved item ' . $post_id);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue