mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 22:43:19 +00:00
Merge pull request #76 from nlegoff/fix_dm_upload_Dev
fix upload to dailymotion throught phraseanet bridge
This commit is contained in:
@@ -383,6 +383,7 @@ class Bridge implements ControllerProviderInterface
|
|||||||
, 'account' => $account
|
, 'account' => $account
|
||||||
, 'error_message' => $app['request']->get('error')
|
, 'error_message' => $app['request']->get('error')
|
||||||
, 'notice_message' => $app['request']->get('notice')
|
, 'notice_message' => $app['request']->get('notice')
|
||||||
|
, 'constraint_errors' => null
|
||||||
, 'adapter_action' => 'upload'
|
, 'adapter_action' => 'upload'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@@ -637,7 +637,6 @@ class Bridge_Api_Dailymotion extends Bridge_Api_Abstract implements Bridge_Api_I
|
|||||||
/**
|
/**
|
||||||
* @todo Retieve thumb
|
* @todo Retieve thumb
|
||||||
*/
|
*/
|
||||||
|
|
||||||
return new Bridge_Api_Dailymotion_Container($entry, $object, '');
|
return new Bridge_Api_Dailymotion_Container($entry, $object, '');
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
Reference in New Issue
Block a user