mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 06:20:46 +02:00
some arrangements...
git-svn-id: file:///svn/phpbb/trunk@3883 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -549,11 +549,11 @@ class parse_message
|
||||
// delete selected attachment
|
||||
if ($actual_id_list[$i] == '-1')
|
||||
{
|
||||
phpbb_unlink($actual_list[$i]);
|
||||
phpbb_unlink($actual_list[$i], 'file', $config['use_ftp_upload']);
|
||||
|
||||
if ($actual_thumbnail_list[$i] == 1)
|
||||
{
|
||||
phpbb_unlink('t_' . $actual_list[$i], 'thumbnail');
|
||||
phpbb_unlink('t_' . $actual_list[$i], 'thumbnail', $config['use_ftp_upload']);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user