provide detailed error to remote site for the myriad of things that can go wrong inside item_store(), !! this changes the return of item_store !!

This commit is contained in:
friendica
2013-09-10 19:06:06 -07:00
parent 7ada499ca9
commit 3e5414cf35
10 changed files with 72 additions and 32 deletions

View File

@@ -171,7 +171,8 @@ function like_content(&$a) {
$arr['deny_cid'] = $item['deny_cid'];
$arr['deny_gid'] = $item['deny_gid'];
$post_id = item_store($arr);
$post = item_store($arr);
$post_id = $post['item_id'];
$arr['id'] = $post_id;