mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
[ticket/15892] Rename variable to commonly used $storage_attachment
PHPBB3-15892
This commit is contained in:
parent
d4e78669ba
commit
3eda535b91
1 changed files with 1 additions and 1 deletions
|
@ -1088,7 +1088,7 @@ function parse_attachments($forum_id, &$message, &$attachments, &$update_count_a
|
||||||
global $extensions, $config, $phpbb_root_path, $phpEx;
|
global $extensions, $config, $phpbb_root_path, $phpEx;
|
||||||
global $phpbb_container;
|
global $phpbb_container;
|
||||||
|
|
||||||
$attachment_storage = $phpbb_container->get('storage.attachment');
|
$storage_attachment = $phpbb_container->get('storage.attachment');
|
||||||
|
|
||||||
//
|
//
|
||||||
$compiled_attachments = array();
|
$compiled_attachments = array();
|
||||||
|
|
Loading…
Add table
Reference in a new issue