mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
new permissions, merged attachment tables (the intended purpose of two tables is no longer valid), attachment updates along the merging...
Note: please merge your attachment tables (develop dir). git-svn-id: file:///svn/phpbb/trunk@4637 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -746,7 +746,7 @@ class parse_message
|
||||
}
|
||||
else
|
||||
{
|
||||
delete_attachments($post_id, intval($this->attachment_data[$index]['attach_id']));
|
||||
delete_attachments('attach', array(intval($this->attachment_data[$index]['attach_id'])));
|
||||
}
|
||||
|
||||
unset($this->attachment_data[$index]);
|
||||
|
Reference in New Issue
Block a user