View Single Post
10-08-19, 04:56 PM   #3
myrroddin
A Pyroguard Emberseer
 
myrroddin's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 1,240
I hadn't yet tested CreateAboutPanel, so it didn't fire an error. And I should have thought of self being passed AddOn. Sheesh. Thank you!
-- corrected lines
Lua Code:
  1. local frame = AboutPanel.aboutFrame[addon]
  2. local Table = AboutPanel.aboutTable[addon]
  Reply With Quote