1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-05 05:55:15 +02:00

Merge pull request #5465 from marc1706/ticket/15892

[ticket/15892] Rename variable to commonly used $storage_attachment
This commit is contained in:
rubencm 2018-12-02 12:31:22 +00:00 committed by GitHub
commit 7aa527bbf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();