show status editor in /display on share action.
This commit is contained in:
parent
071a233fb8
commit
b6f28900e6
@ -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>';
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user