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

@@ -360,7 +360,8 @@ function event_store($arr) {
}
$item_id = item_store($item_arr);
$res = item_store($item_arr);
$item_id = $res['item_id'];
call_hooks("event_created", $event['id']);