aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/message_parser.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/message_parser.php')
-rw-r--r--phpBB/includes/message_parser.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/message_parser.php b/phpBB/includes/message_parser.php
index 2de8b424c3..83518123b6 100644
--- a/phpBB/includes/message_parser.php
+++ b/phpBB/includes/message_parser.php
@@ -741,7 +741,7 @@ class parse_message
if ($this->attachment_data[$index]['thumbnail'])
{
- phpbb_unlink('t_' . $this->attachment_data[$index]['physical_filename'], 'thumbnail');
+ phpbb_unlink($this->attachment_data[$index]['physical_filename'], 'thumbnail');
}
}
else