diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-04-16 23:26:11 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-04-16 23:26:11 +0200 |
commit | 9addc4581edf594996151eaf514927d271f04da5 (patch) | |
tree | 26abc7f97994ee66c103ba6ded0c75168fbb1f6b /include/conversation.php | |
parent | 90d3a6c02dd12317c72ad790a1b6810f885f638c (diff) | |
download | volse-hubzilla-9addc4581edf594996151eaf514927d271f04da5.tar.gz volse-hubzilla-9addc4581edf594996151eaf514927d271f04da5.tar.bz2 volse-hubzilla-9addc4581edf594996151eaf514927d271f04da5.zip |
provide a separate input field for rpost attachments
Diffstat (limited to 'include/conversation.php')
-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 05898cfce..cdb7807b6 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -1208,6 +1208,7 @@ function status_editor($a, $x, $popup = false) { '$shortpermset' => t('permissions'), '$ptyp' => (($notes_cid) ? 'note' : 'wall'), '$content' => ((x($x,'body')) ? htmlspecialchars($x['body'], ENT_COMPAT,'UTF-8') : ''), + '$attachment' => ((x($x, 'attachment')) ? $x['attachment'] : ''), '$post_id' => '', '$baseurl' => $a->get_baseurl(true), '$defloc' => $x['default_location'], |