diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-11-13 15:28:34 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-11-13 15:28:34 -0800 |
commit | dba38821bc5f3ad9b3a8f4f614d651e98f0b5ec5 (patch) | |
tree | 8043aa511c1969751ca6386d8d9dae2995beab28 /include/enotify.php | |
parent | 5d0646c9e1f207fa05fd923bcccd9f5844de2664 (diff) | |
download | volse-hubzilla-dba38821bc5f3ad9b3a8f4f614d651e98f0b5ec5.tar.gz volse-hubzilla-dba38821bc5f3ad9b3a8f4f614d651e98f0b5ec5.tar.bz2 volse-hubzilla-dba38821bc5f3ad9b3a8f4f614d651e98f0b5ec5.zip |
superblock enhancements
Diffstat (limited to 'include/enotify.php')
-rw-r--r-- | include/enotify.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/enotify.php b/include/enotify.php index bbddcdd14..c9b6e0463 100644 --- a/include/enotify.php +++ b/include/enotify.php @@ -152,6 +152,8 @@ function notification($params) { // $private = $p[0]['item_private']; $parent_id = $p[0]['id']; + $parent_item = $p[0]; + //$possess_desc = str_replace('<!item_type!>',$possess_desc); // "a post" @@ -358,6 +360,7 @@ function notification($params) { $datarray['uid'] = $recip['channel_id']; $datarray['link'] = $itemlink; $datarray['parent'] = $parent_mid; + $datarray['parent_item'] = $parent_item; $datarray['type'] = $params['type']; $datarray['verb'] = $params['verb']; $datarray['otype'] = $params['otype']; |