more thorough cleanup on account/contact removal
This commit is contained in:
parent
6380d22229
commit
ea03d9fa86
2 changed files with 6 additions and 0 deletions
|
@ -310,6 +310,7 @@ foreach($_FILES AS $key => $val) {
|
|||
$arr['deny_gid'] = $p[0]['deny_gid'];
|
||||
$arr['last-child'] = 1;
|
||||
$arr['visible'] = $visibility;
|
||||
|
||||
$arr['body'] = '[url=' . $a->get_baseurl() . '/photos/' . $a->data['user']['nickname'] . '/image/' . $p[0]['resource-id'] . ']'
|
||||
. '[img]' . $a->get_baseurl() . '/photo/' . $p[0]['resource-id'] . '-' . $p[0]['scale'] . '.jpg' . '[/img]'
|
||||
. '[/url]';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue