diff options
author | zotlabs <mike@macgirvin.com> | 2019-01-27 12:38:51 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2019-01-27 12:38:51 -0800 |
commit | 94cbc8bd3160bf644b02ef97268244869b7a9f5b (patch) | |
tree | 1ee08b50ddd621969a574ea4b046ab6ec9293206 /Zotlabs/Lib/Share.php | |
parent | 535f0f45c9dbeb737d5bc888ccbd95fd01fb6e43 (diff) | |
download | volse-hubzilla-94cbc8bd3160bf644b02ef97268244869b7a9f5b.tar.gz volse-hubzilla-94cbc8bd3160bf644b02ef97268244869b7a9f5b.tar.bz2 volse-hubzilla-94cbc8bd3160bf644b02ef97268244869b7a9f5b.zip |
share fixes
Diffstat (limited to 'Zotlabs/Lib/Share.php')
-rw-r--r-- | Zotlabs/Lib/Share.php | 1 |
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']; |