Store the GUID from here as well.

2022.09-rc
Michael Vogel 2015-06-02 22:10:28 +02:00
rodzic bea70296bf
commit b5129a3e11
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -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);