We don't need photos to also include attachments. It's interesting, but not all that useful.

This commit is contained in:
redmatrix 2015-08-20 16:55:03 -07:00
parent 8fc321ca62
commit 05bec13bdc

View File

@ -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();