Author Topic: I don't get whats wrong with this code.  (Read 1220 times)

If you try to overwrite a function and parent it you need to package it. It's weird, but I think it's so multiple packaged add-ons can modify the same function.

I always thought it was because packages could be enabled and disabled at will but that seems more logical.

I always thought it was because packages could be enabled and disabled at will but that seems more logical.
Well also that I suppose. If a function was messed up you'd be able to trace, run the function, and see which packages have overwritten it, and then narrow it down by switching them on and off.