aboutsummaryrefslogtreecommitdiffstats
path: root/include/api_zot.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-04-17 07:45:20 +0000
committerMario <mario@mariovavti.com>2024-04-17 07:45:20 +0000
commit2e15207d0bdbe147f9d1f21030f4c36b02c3dedf (patch)
tree4bde0c01f0948b05be5cb4eae44fab1a3f41fdf8 /include/api_zot.php
parent716013633ecb09b1c8fd950275f0cbf272b1fe43 (diff)
downloadvolse-hubzilla-2e15207d0bdbe147f9d1f21030f4c36b02c3dedf.tar.gz
volse-hubzilla-2e15207d0bdbe147f9d1f21030f4c36b02c3dedf.tar.bz2
volse-hubzilla-2e15207d0bdbe147f9d1f21030f4c36b02c3dedf.zip
fix spacing issues in mod wall_attach and make save_chunk() deal with userfile and file array keys
Diffstat (limited to 'include/api_zot.php')
-rw-r--r--include/api_zot.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/api_zot.php b/include/api_zot.php
index 22692b962..56cec005d 100644
--- a/include/api_zot.php
+++ b/include/api_zot.php
@@ -546,6 +546,7 @@
return false;
}
+
logger('api_red_item_store: REQUEST ' . print_r($_REQUEST,true));
logger('api_red_item_store: FILES ' . print_r($_FILES,true));
@@ -561,7 +562,7 @@
$mod = new Zotlabs\Module\Wall_attach();
$media = $mod->post();
if($media)
- $_REQUEST['body'] = $media . "\n\n" . $_REQUEST['body'];
+ $_REQUEST['body'] = $media . "\n" . $_REQUEST['body'];
}
$mod = new Zotlabs\Module\Item();