diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/conversation.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/conversation.php b/include/conversation.php index dec70c1a9..b8f855803 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -742,6 +742,7 @@ function status_editor($a,$x, $notes_cid = 0) { $tpl = get_markup_template('jot-header.tpl'); $a->page['htmlhead'] .= replace_macros($tpl, array( + '$newpost' => 'true', '$baseurl' => $a->get_baseurl(), '$geotag' => $geotag, '$nickname' => $x['nickname'], |