View Single Post
09-24-13, 04:51 PM   #19
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
It overwrites the global CreateFrame function with an insecure function, so it will definitely cause taint. I'd imagine this would cause major problems with the default raid frames, and probably any addons that use group headers, when someone joins your group in combat, for example.

There's not really any reason to fake a named template like that anyway, even if it could be done securely. Just write a standard factory function, as shown earlier in the thread.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote