aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Share.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2019-01-28 12:48:21 +0100
committerMario Vavti <mario@mariovavti.com>2019-01-28 12:48:21 +0100
commit671b6d2edaa344ef4d41743322e8090265bf8f9a (patch)
treeed09bcdc1e828efd6c6fea08e063dc4ad1fc42bb /Zotlabs/Lib/Share.php
parente3d39fbf3fe99c6ce9de256290e83c49fea8808b (diff)
parent94cbc8bd3160bf644b02ef97268244869b7a9f5b (diff)
downloadvolse-hubzilla-671b6d2edaa344ef4d41743322e8090265bf8f9a.tar.gz
volse-hubzilla-671b6d2edaa344ef4d41743322e8090265bf8f9a.tar.bz2
volse-hubzilla-671b6d2edaa344ef4d41743322e8090265bf8f9a.zip
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'Zotlabs/Lib/Share.php')
-rw-r--r--Zotlabs/Lib/Share.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Lib/Share.php b/Zotlabs/Lib/Share.php
index d3ecbf7fa..3a2ab1783 100644
--- a/Zotlabs/Lib/Share.php
+++ b/Zotlabs/Lib/Share.php
@@ -54,6 +54,7 @@ class Share {
if(! $this->item)
return $obj;
+ $obj['asld'] = $this->item['mid'];
$obj['type'] = $this->item['obj_type'];
$obj['id'] = $this->item['mid'];
$obj['content'] = $this->item['body'];