diff options
Diffstat (limited to 'mod/wall_attach.php')
-rw-r--r-- | mod/wall_attach.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/wall_attach.php b/mod/wall_attach.php index c23efc786..b32e2b877 100644 --- a/mod/wall_attach.php +++ b/mod/wall_attach.php @@ -127,7 +127,7 @@ function wall_attach_post(&$a) { if(local_user() && intval(get_pconfig(local_user(),'system','plaintext'))) $lf = "\n"; - echo $lf . $lf . '[attachment]' . $r[0]['id'] . '[/attachment]' . $lf; + echo $lf . $lf . '[attachment]' . $r[0]['hash'] . '[/attachment]' . $lf; killme(); // NOTREACHED |