View Single Post
10-08-19, 04:27 PM   #2
Kanegasi
A Molten Giant
 
Kanegasi's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2007
Posts: 666
The error is not a nil addon key in aboutTable, it's the absence of the aboutTable key entirely. "self" in this context is RepByZone due to the mixin. You're copying those functions over. RepByZone is calling its own AboutOptionsTable, not the one in the lib.

Replacing self with AboutPanel should fix the error. I'm honestly not sure how you didn't get an error for aboutFrame missing when you called CreateAboutPanel.
  Reply With Quote