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:
Romain Neutron
2014-02-28 19:37:54 +01:00
10 changed files with 25 additions and 21 deletions

View File

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