diff options
Diffstat (limited to 'actions/showstream.php')
-rw-r--r-- | actions/showstream.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/actions/showstream.php b/actions/showstream.php index bd1b8a7de..e12a227e3 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -202,6 +202,12 @@ class ShowstreamAction extends StreamAction { $user = User::staticGet('id', $profile->id); common_profile_new_message_nudge($cur, $user, $profile); + if ($cur) { + common_element_start('li', array('id' => 'profile_block')); + common_block_form($profile); + common_element_end('li'); + } + common_element_end('ul'); common_element_end('div'); |