diff options
Diffstat (limited to 'lib/mailbox.php')
-rw-r--r-- | lib/mailbox.php | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/mailbox.php b/lib/mailbox.php index 42eeee97e..4ed8d1758 100644 --- a/lib/mailbox.php +++ b/lib/mailbox.php @@ -69,12 +69,10 @@ class MailboxAction extends PersonalAction { } function show_top() { + + $cur = common_current_user(); - $inst = $this->get_instructions(); - $output = common_markup_to_html($inst); - common_element_start('div', 'instructions'); - common_raw($output); - common_element_end('div'); + common_message_form(NULL, $cur, NULL); $this->views_menu(); } |