diff options
Diffstat (limited to 'phpBB/adm/admin_attachments.php')
-rw-r--r-- | phpBB/adm/admin_attachments.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/adm/admin_attachments.php b/phpBB/adm/admin_attachments.php index 7dfb5416d7..0ffc556241 100644 --- a/phpBB/adm/admin_attachments.php +++ b/phpBB/adm/admin_attachments.php @@ -423,6 +423,7 @@ if ($submit && $mode == 'orphan') upload_file($row['post_id'], $row['topic_id'], $row['forum_id'], $config['upload_dir'], $upload_list[$row['post_id']]); } } + unset($message_parser); } } |