From b6f28900e686dc7acffd03035bcc249130a7db87 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 10 Jul 2015 21:48:24 +0200 Subject: show status editor in /display on share action. --- mod/display.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'mod') diff --git a/mod/display.php b/mod/display.php index 4a419daa5..8c4707bb2 100644 --- a/mod/display.php +++ b/mod/display.php @@ -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 = '
'; $o .= status_editor($a,$x); + $o .= '
'; } -- cgit v1.2.3