aboutsummaryrefslogtreecommitdiffstats
path: root/mod/rpost.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 /mod/rpost.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 'mod/rpost.php')
-rw-r--r--mod/rpost.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/rpost.php b/mod/rpost.php
index 1bde121e4..737d705f6 100644
--- a/mod/rpost.php
+++ b/mod/rpost.php
@@ -124,6 +124,7 @@ function rpost_content(&$a) {
'profile_uid' => local_channel(),
'title' => $_REQUEST['title'],
'body' => $_REQUEST['body'],
+ 'attachment' => $_REQUEST['attachment'],
'source' => ((x($_REQUEST,'source')) ? strip_tags($_REQUEST['source']) : ''),
'return_path' => 'rpost/return'
);