found a bug already
This commit is contained in:
parent
a536a4e657
commit
beec28cc62
|
@ -185,11 +185,14 @@ class Item extends BaseObject {
|
|||
'classundo' => (($item['starred']) ? "" : "hidden"),
|
||||
'starred' => t('starred'),
|
||||
);
|
||||
$tagger = '';
|
||||
if(feature_enabled($conv->get_profile_owner(),'commtag')) {
|
||||
$tagger = array(
|
||||
'add' => ((feature_enabled($conv->get_profile_owner(),'commtag')) ? t("add tag") : ''),
|
||||
'add' => t("add tag"),
|
||||
'class' => "",
|
||||
);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
$indent = 'comment';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue