in function media_mover_edit_file_form() there is 'Compete' instead of 'Complete'.

-  $data[] = array("Complete: " . $file['complete_module'], "Compete : " . $file['complete_action'], "Complete: " . $file['complete_file']);
+  $data[] = array("Complete: " . $file['complete_module'], "Complete : " . $file['complete_action'], "Complete: " . $file['complete_file']);
CommentFileSizeAuthor
media_mover_api_typo.patch1.18 KBanantagati

Comments

arthurf’s picture

Status: Needs review » Fixed

Thanks for the patch, it's committed to the drupal-5 branch

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.