1
0
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:
Marc Alexander
2015-07-15 18:00:52 +02:00
parent 5b21830ba8
commit 57ccfe0c48
5 changed files with 255 additions and 190 deletions

View File

@@ -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
{