Closed (fixed)
Project:
Media Mover
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Dec 2007 at 14:29 UTC
Updated:
3 Jan 2008 at 14:42 UTC
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']);
| Comment | File | Size | Author |
|---|---|---|---|
| media_mover_api_typo.patch | 1.18 KB | anantagati |
Comments
Comment #1
arthurf commentedThanks for the patch, it's committed to the drupal-5 branch
Comment #2
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.