turn star into a feature

This commit is contained in:
friendica
2012-11-08 23:04:34 -08:00
parent 22841e1566
commit 517c05700d
4 changed files with 33 additions and 23 deletions

View File

@@ -256,7 +256,7 @@ class Item extends BaseObject {
'share' => $share,
'plink' => get_plink($item),
'edpost' => ((feature_enabled($conv->get_profile_owner(),'edit_posts')) ? $edpost : ''),
'star' => $star,
'star' => ((feature_enabled($conv->get_profile_owner(),'star_posts')) ? $star : ''),
'tagger' => ((feature_enabled($conv->get_profile_owner(),'commtag')) ? $tagger : ''),
'filer' => ((feature_enabled($conv->get_profile_owner(),'filing')) ? $filer : ''),
'drop' => $drop,