diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-08-20 16:55:03 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-08-20 16:55:03 -0700 |
commit | 05bec13bdc59713c89f0545d3a2955d886969dba (patch) | |
tree | d27bc465f2fa547727c1d863a8b5c2bc082bf6ef | |
parent | 8fc321ca62511191ab89e6147f9edc8fc91f6890 (diff) | |
download | volse-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.
-rw-r--r-- | mod/wall_attach.php | 1 |
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(); |