← All changes
|
app/modules/import-export-customization/data/routes/process-media.php
+0
-4
4.2.0-beta2
→
4.0.0-dev3
View file →
| @@ -30,12 +30,8 @@ | ||
| 30 | 30 | $module = Plugin::$instance->app->get_component( 'import-export-customization' ); |
| 31 | 31 | |
| 32 | 32 | $cloud_kit_library_app = $this->get_cloud_kit_library_app(); |
| 33 | 33 | |
| 34 | - if ( $cloud_kit_library_app && ! $cloud_kit_library_app->is_connected() ) { | |
| 35 | - return Response::error( ImportExportCustomizationModule::MEDIA_PROCESSING_ERROR, 'Cloud Library is not connected' ); | |
| 36 | - } | |
| 37 | - | |
| 38 | 34 | $media_urls = $request->get_param( 'media_urls' ); |
| 39 | 35 | $kit = $request->get_param( 'kit' ); |
| 40 | 36 | $quota = null; |
| 41 | 37 | |