mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 06:38:52 +00:00
Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10142 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
3b73584430
commit
cb88671638
1 changed files with 2 additions and 0 deletions
|
@ -1510,6 +1510,8 @@ class parse_message extends bbcode_firstpass
|
|||
{
|
||||
$sql_ary['topic_id'] = $topic_id;
|
||||
}
|
||||
set_config_count('upload_dir_size', $filedata['filesize'], true);
|
||||
set_config_count('num_files', 1, true);
|
||||
}
|
||||
|
||||
$db->sql_query('INSERT INTO ' . ATTACHMENTS_TABLE . ' ' . $db->sql_build_array('INSERT', $sql_ary));
|
||||
|
|
Loading…
Add table
Reference in a new issue