mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-10 00:54:27 +02:00
item guids
This commit is contained in:
parent
1eec10329a
commit
8812b7f4ca
6 changed files with 16 additions and 5 deletions
|
@ -747,6 +747,8 @@ function item_store($arr,$force_parent = false) {
|
|||
}
|
||||
}
|
||||
|
||||
$arr['guid'] = get_guid();
|
||||
|
||||
call_hooks('post_remote',$arr);
|
||||
|
||||
dbesc_array($arr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue