1
0
Fork 0

Merge remote-tracking branch 'upstream/develop' into 1506-tag-users

This commit is contained in:
Michael Vogel 2015-06-02 23:19:00 +02:00
commit 39d4856abb
12 changed files with 102 additions and 41 deletions

View file

@ -865,6 +865,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);