that was certainly some fun debugging (not)

This commit is contained in:
friendica
2012-11-04 20:53:59 -08:00
parent 94f737b699
commit 152641bf24
9 changed files with 47 additions and 87 deletions

View File

@@ -556,7 +556,7 @@ class Item extends BaseObject {
'$edimg' => t('Image'),
'$edurl' => t('Link'),
'$edvideo' => t('Video'),
'$preview' => t('Preview'),
'$preview' => ((feature_enabled($conv->get_profile_owner(),'preview')) ? t('Preview') : ''),
'$indent' => $indent,
'$sourceapp' => t($a->sourcename),
'$ww' => (($conv->get_mode() === 'network') ? $ww : '')