show status editor in /display on share action.

This commit is contained in:
Mario Vavti 2015-07-10 21:48:24 +02:00
parent 071a233fb8
commit b6f28900e6

View File

@ -64,10 +64,13 @@ function display_content(&$a, $update = 0, $load = false) {
'bang' => '',
'visitor' => true,
'profile_uid' => local_channel(),
'return_path' => 'channel/' . $channel['channel_address']
'return_path' => 'channel/' . $channel['channel_address'],
'expanded' => true
);
$o = '<div id="jot-popup">';
$o .= status_editor($a,$x);
$o .= '</div>';
}