diff options
Diffstat (limited to 'mod/wall_attach.php')
-rw-r--r-- | mod/wall_attach.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mod/wall_attach.php b/mod/wall_attach.php index 4e30556b6..f08f931c2 100644 --- a/mod/wall_attach.php +++ b/mod/wall_attach.php @@ -53,8 +53,7 @@ function wall_attach_post(&$a) { if($using_api) return; } - else - echo "\n\n" . '[attachment]' . $r['data']['hash'] . ',' . $r['data']['revision'] . '[/attachment]' . "\n"; + echo "\n\n" . '[attachment]' . $r['data']['hash'] . ',' . $r['data']['revision'] . '[/attachment]' . "\n"; killme(); } |