aboutsummaryrefslogtreecommitdiffstats
path: root/include/ItemObject.php
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2014-02-08 17:49:09 +0000
committerThomas Willingham <founder@kakste.com>2014-02-08 17:49:09 +0000
commit3222b154856b2286a7bc28abb5f5adc7f6453835 (patch)
treea6c88ba2dff649a654a58fbbf814a99ce7c903e0 /include/ItemObject.php
parent97739920ebfa0d7b0db95c61187d5820c0939f14 (diff)
downloadvolse-hubzilla-3222b154856b2286a7bc28abb5f5adc7f6453835.tar.gz
volse-hubzilla-3222b154856b2286a7bc28abb5f5adc7f6453835.tar.bz2
volse-hubzilla-3222b154856b2286a7bc28abb5f5adc7f6453835.zip
Pass mids to conv_item template
Diffstat (limited to 'include/ItemObject.php')
-rw-r--r--include/ItemObject.php1
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 : ''),