diff --git a/file_entity.pages.inc b/file_entity.pages.inc
index a00245a..b78919e 100644
--- a/file_entity.pages.inc
+++ b/file_entity.pages.inc
@@ -568,7 +568,7 @@ function file_entity_add_upload_multiple_submit($form, &$form_state) {
   }
 
   // Redirect to the file edit page.
-  if (file_entity_access('update', $file) && module_exists('multiform') && module_exists('media')) {
+  if (file_entity_access('update', $file) && module_exists('media_bulk_upload')) {
     $destination = array();
     if (isset($_GET['destination'])) {
       $destination = drupal_get_destination();
