aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Libzot.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2024-10-09 22:43:01 +0200
committerMario Vavti <mario@mariovavti.com>2024-10-09 22:43:01 +0200
commitc2ce1d988136c848c1b0cbad5ffdddacca82901d (patch)
treeaabfe29409ad7e2d53bfaa8ea9f962ebe21e2e80 /Zotlabs/Lib/Libzot.php
parent8cee16be1b774af1f2ec85d7778776e1d8b03e50 (diff)
downloadvolse-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.php2
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'];