aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Item.php
diff options
context:
space:
mode:
authorredmatrix <mike@macgirvin.com>2016-09-24 16:20:25 -0700
committerredmatrix <mike@macgirvin.com>2016-09-24 16:20:25 -0700
commitc04c57ea0f34b84e59d63201314aa35eede2d875 (patch)
tree985d099acc10b91ba898068dd390c93d70bd8770 /Zotlabs/Module/Item.php
parentdca4db9d4dffb7840885abf20d50154ed72462a0 (diff)
downloadvolse-hubzilla-c04c57ea0f34b84e59d63201314aa35eede2d875.tar.gz
volse-hubzilla-c04c57ea0f34b84e59d63201314aa35eede2d875.tar.bz2
volse-hubzilla-c04c57ea0f34b84e59d63201314aa35eede2d875.zip
the rest of the backend for supporting scroll-to-comment from notifications. We still need an ajax handler as fragments are evaluated before content is loaded.
Diffstat (limited to 'Zotlabs/Module/Item.php')
-rw-r--r--Zotlabs/Module/Item.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/Zotlabs/Module/Item.php b/Zotlabs/Module/Item.php
index ac2067356..dff1c6404 100644
--- a/Zotlabs/Module/Item.php
+++ b/Zotlabs/Module/Item.php
@@ -922,7 +922,9 @@ class Item extends \Zotlabs\Web\Controller {
$post = item_store($datarray,$execflag);
$post_id = $post['item_id'];
-
+
+ $datarray = $post['item'];
+
if($post_id) {
logger('mod_item: saved item ' . $post_id);