diff options
author | Thomas Willingham <founder@kakste.com> | 2014-02-08 17:49:09 +0000 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2014-02-08 17:49:09 +0000 |
commit | 3222b154856b2286a7bc28abb5f5adc7f6453835 (patch) | |
tree | a6c88ba2dff649a654a58fbbf814a99ce7c903e0 | |
parent | 97739920ebfa0d7b0db95c61187d5820c0939f14 (diff) | |
download | volse-hubzilla-3222b154856b2286a7bc28abb5f5adc7f6453835.tar.gz volse-hubzilla-3222b154856b2286a7bc28abb5f5adc7f6453835.tar.bz2 volse-hubzilla-3222b154856b2286a7bc28abb5f5adc7f6453835.zip |
Pass mids to conv_item template
-rw-r--r-- | include/ItemObject.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ItemObject.php b/include/ItemObject.php index 9b1a6fbcd..2922ee473 100644 --- a/include/ItemObject.php +++ b/include/ItemObject.php @@ -241,6 +241,7 @@ class Item extends BaseObject { 'like' => $like, 'dislike' => ((feature_enabled($conv->get_profile_owner(),'dislike')) ? $dislike : ''), 'share' => $share, + 'rawmid' => $item['mid'], 'plink' => get_plink($item), 'edpost' => ((feature_enabled($conv->get_profile_owner(),'edit_posts')) ? $edpost : ''), 'star' => ((feature_enabled($conv->get_profile_owner(),'star_posts')) ? $star : ''), |