Download & Extend

how to override "upload_complete" function

Project:CDN2 Video
Version:6.x-1.x-dev
Component:Code
Category:task
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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

Cheers

Comments

#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

Status:active» fixed

Marking fixed

#3

Status:fixed» closed (fixed)

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