diff --git a/phpBB/includes/functions_content.php b/phpBB/includes/functions_content.php index 2f761975c3..92e3eb3b96 100644 --- a/phpBB/includes/functions_content.php +++ b/phpBB/includes/functions_content.php @@ -1088,7 +1088,7 @@ function parse_attachments($forum_id, &$message, &$attachments, &$update_count_a global $extensions, $config, $phpbb_root_path, $phpEx; global $phpbb_container; - $attachment_storage = $phpbb_container->get('storage.attachment'); + $storage_attachment = $phpbb_container->get('storage.attachment'); // $compiled_attachments = array();