mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 14:03:27 +00:00
Merge branch '3.8'
Conflicts: lib/classes/Bridge/Api/Dailymotion.php lib/classes/Bridge/Api/Flickr.php lib/classes/Bridge/Api/Interface.php lib/classes/DailymotionWithoutOauth2.php
This commit is contained in:
@@ -64,7 +64,7 @@ class DailymotionWithoutOauth2 extends Dailymotion
|
||||
*
|
||||
* @return String the resulting URL
|
||||
*/
|
||||
public function uploadFileWithToken($filePath, $oauth_token)
|
||||
public function sendFile($filePath, $oauth_token)
|
||||
{
|
||||
$result = $this->call('file.upload', [], $oauth_token);
|
||||
$timeout = $this->timeout;
|
||||
|
Reference in New Issue
Block a user