aboutsummaryrefslogtreecommitdiffstats
path: root/include/conversation.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-04-16 23:26:11 +0200
committerMario Vavti <mario@mariovavti.com>2015-04-16 23:26:11 +0200
commit9addc4581edf594996151eaf514927d271f04da5 (patch)
tree26abc7f97994ee66c103ba6ded0c75168fbb1f6b /include/conversation.php
parent90d3a6c02dd12317c72ad790a1b6810f885f638c (diff)
downloadvolse-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.php1
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'],