diff options
author | Mario Vavti <mario@mariovavti.com> | 2024-10-09 22:43:01 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2024-10-09 22:43:01 +0200 |
commit | c2ce1d988136c848c1b0cbad5ffdddacca82901d (patch) | |
tree | aabfe29409ad7e2d53bfaa8ea9f962ebe21e2e80 /Zotlabs/Lib/Libzot.php | |
parent | 8cee16be1b774af1f2ec85d7778776e1d8b03e50 (diff) | |
download | volse-hubzilla-c2ce1d988136c848c1b0cbad5ffdddacca82901d.tar.gz volse-hubzilla-c2ce1d988136c848c1b0cbad5ffdddacca82901d.tar.bz2 volse-hubzilla-c2ce1d988136c848c1b0cbad5ffdddacca82901d.zip |
containers: send add in mod like, send remove on delete
Diffstat (limited to 'Zotlabs/Lib/Libzot.php')
-rw-r--r-- | Zotlabs/Lib/Libzot.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Zotlabs/Lib/Libzot.php b/Zotlabs/Lib/Libzot.php index 5c0b620eb..3f339a21a 100644 --- a/Zotlabs/Lib/Libzot.php +++ b/Zotlabs/Lib/Libzot.php @@ -1966,8 +1966,6 @@ class Libzot { if (post_is_importable($arr['uid'], $arr, $abook)) { $item_result = item_store($arr, addAndSync: false); - - if ($item_result['success']) { $item_id = $item_result['item_id']; |