Closed (fixed)
Project:
CDN2 Video
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
16 Oct 2009 at 13:35 UTC
Updated:
20 Nov 2009 at 22:50 UTC
Hi there,
is it possible to override the "upload_complete" function?
Cheers
Comments
Comment #1
kylebrowning commentedYou 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.
Comment #2
kylebrowning commentedMarking fixed