mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
[ticket/15286] Update tests
PHPBB3-15286
This commit is contained in:
@@ -1442,7 +1442,7 @@ function submit_post($mode, $subject, $username, $topic_type, &$poll_ary, &$data
|
||||
{
|
||||
global $db, $auth, $user, $config, $phpEx, $phpbb_root_path, $phpbb_container, $phpbb_dispatcher, $phpbb_log, $request;
|
||||
|
||||
$attachment_storage = $phpbb_container->get('storage.avatar');
|
||||
$attachment_storage = $phpbb_container->get('storage.attachment');
|
||||
|
||||
$poll = $poll_ary;
|
||||
$data = $data_ary;
|
||||
|
Reference in New Issue
Block a user