From 05bec13bdc59713c89f0545d3a2955d886969dba Mon Sep 17 00:00:00 2001 From: redmatrix Date: Thu, 20 Aug 2015 16:55:03 -0700 Subject: We don't need photos to also include attachments. It's interesting, but not all that useful. --- mod/wall_attach.php | 1 + 1 file changed, 1 insertion(+) (limited to 'mod') 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(); -- cgit v1.2.3