mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-29 11:10:18 +02:00
okie, using array_merge. :D
fixed: admin_prune added: prune topics last viewed at... (only admin_prune ATM) moved: delete_attachments to functions_admin git-svn-id: file:///svn/phpbb/trunk@4482 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -741,7 +741,7 @@ class parse_message
|
||||
}
|
||||
else
|
||||
{
|
||||
delete_attachment($post_id, intval($this->attachment_data[$index]['attach_id']));
|
||||
delete_attachments($post_id, intval($this->attachment_data[$index]['attach_id']));
|
||||
}
|
||||
unset($this->attachment_data[$index]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user