Merge pull request #77 from nlegoff/fix_dm_upload

Fix dailymotion upload through phraseanet bridge
This commit is contained in:
Romain
2012-05-04 07:08:15 -07:00
2 changed files with 1 additions and 6 deletions

View File

@@ -426,6 +426,7 @@ class Bridge implements ControllerProviderInterface
, 'account' => $account
, 'error_message' => $app['request']->get('error')
, 'notice_message' => $app['request']->get('notice')
, 'constraint_errors' => null
, 'adapter_action' => 'upload'
);

View File

@@ -971,12 +971,6 @@ class Bridge_Api_Dailymotion extends Bridge_Api_Abstract implements Bridge_Api_I
'length_min' => '0',
'required' => true
)
, array(
'name' => 'category',
'length' => '0',
'length_min' => '0',
'required' => true
)
);
}