aboutsummaryrefslogtreecommitdiffstats
path: root/mod/wall_attach.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-08-20 16:55:03 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-08-20 16:55:03 -0700
commit05bec13bdc59713c89f0545d3a2955d886969dba (patch)
treed27bc465f2fa547727c1d863a8b5c2bc082bf6ef /mod/wall_attach.php
parent8fc321ca62511191ab89e6147f9edc8fc91f6890 (diff)
downloadvolse-hubzilla-05bec13bdc59713c89f0545d3a2955d886969dba.tar.gz
volse-hubzilla-05bec13bdc59713c89f0545d3a2955d886969dba.tar.bz2
volse-hubzilla-05bec13bdc59713c89f0545d3a2955d886969dba.zip
We don't need photos to also include attachments. It's interesting, but not all that useful.
Diffstat (limited to 'mod/wall_attach.php')
-rw-r--r--mod/wall_attach.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/wall_attach.php b/mod/wall_attach.php
index f08f931c2..8677c2b83 100644
--- a/mod/wall_attach.php
+++ b/mod/wall_attach.php
@@ -52,6 +52,7 @@ function wall_attach_post(&$a) {
echo "\n\n" . $r['body'] . "\n\n";
if($using_api)
return;
+ killme();
}
echo "\n\n" . '[attachment]' . $r['data']['hash'] . ',' . $r['data']['revision'] . '[/attachment]' . "\n";
killme();