add 'thread_level' to $item array (friendica/friendica@fc07f50fd8)

This commit is contained in:
Domovoy 2012-08-18 17:56:38 +02:00
parent fd29ab9629
commit b558dbbdb2
1 changed files with 2 additions and 1 deletions

View File

@ -219,6 +219,7 @@ class Item extends BaseObject {
'comment' => $this->get_comment_box($indent), 'comment' => $this->get_comment_box($indent),
'previewing' => $previewing, 'previewing' => $previewing,
'wait' => t('Please wait'), 'wait' => t('Please wait'),
'thread_level' => $thread_level
); );
$arr = array('item' => $item, 'output' => $tmp_item); $arr = array('item' => $item, 'output' => $tmp_item);
@ -280,7 +281,7 @@ class Item extends BaseObject {
return false; return false;
} }
/* /*
* Only add will be displayed * Only add what will be displayed
*/ */
if($item->get_data_value('network') === NETWORK_MAIL && local_user() != $item->get_data_value('uid')) { if($item->get_data_value('network') === NETWORK_MAIL && local_user() != $item->get_data_value('uid')) {
logger('[WARN] Item::add_child : Item is a mail ('. $item->get_id() .').', LOGGER_DEBUG); logger('[WARN] Item::add_child : Item is a mail ('. $item->get_id() .').', LOGGER_DEBUG);