summaryrefslogtreecommitdiff
path: root/actions/newmessage.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/newmessage.php')
-rw-r--r--actions/newmessage.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/newmessage.php b/actions/newmessage.php
index 121fc4246..eb582c2a5 100644
--- a/actions/newmessage.php
+++ b/actions/newmessage.php
@@ -98,7 +98,7 @@ class NewmessageAction extends Action {
common_message_form($content, $user, $to);
}
- function show_form($msg=NULL) {
+ function show_form($msg=null) {
$content = $this->trimmed('content');
$user = common_current_user();
@@ -117,7 +117,7 @@ class NewmessageAction extends Action {
return;
}
- common_show_header(_('New message'), NULL,
+ common_show_header(_('New message'), null,
array($content, $user, $other),
array($this, 'show_top'));