mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-18 06:21:19 +02:00
[ticket/13904] Move remote upload to its own type class
PHPBB3-13904
This commit is contained in:
@@ -146,7 +146,7 @@ class upload extends \phpbb\avatar\driver\driver
|
||||
return false;
|
||||
}
|
||||
|
||||
$file = $upload->remote_upload($url);
|
||||
$file = $upload->handle_upload('remote', $url);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user