how to override "upload_complete" function
Apfel007 - October 16, 2009 - 13:35
| Project: | CDN2 Video |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Hi there,
is it possible to override the "upload_complete" function?
Cheers

#1
You can do a hook_menu_alter and change the callback that it has.
http://api.drupal.org/api/function/hook_menu_alter
THen just copy over the cdn2_upload_complete function, and you should be good.
Hope this helps.
#2
Marking fixed
#3
Automatically closed -- issue fixed for 2 weeks with no activity.