Hi there,
is it possible to override the "upload_complete" function?

Cheers

Comments

kylebrowning’s picture

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.

kylebrowning’s picture

Status: Active » Fixed

Marking fixed

Status: Fixed » Closed (fixed)

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