From 3eda535b91ba56901e3328dfcca8ad26c8adb1c9 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sun, 2 Dec 2018 11:29:31 +0100 Subject: [PATCH] [ticket/15892] Rename variable to commonly used $storage_attachment PHPBB3-15892 --- phpBB/includes/functions_content.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();