summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
Diffstat (limited to 'actions')
-rw-r--r--actions/newmessage.php8
1 files changed, 7 insertions, 1 deletions
diff --git a/actions/newmessage.php b/actions/newmessage.php
index aa94f8c4f..9e63ee2b9 100644
--- a/actions/newmessage.php
+++ b/actions/newmessage.php
@@ -2,7 +2,7 @@
/**
* Laconica, the distributed open-source microblogging tool
*
- * Handler for posting new notices
+ * Handler for posting new messages
*
* PHP version 5
*
@@ -173,6 +173,12 @@ class NewmessageAction extends Action
$this->showPage();
}
+
+ function showContent()
+ {
+ $message_form = new MessageForm($this);
+ $message_form->show();
+ }
function notify($from, $to, $message)
{