View Single Post
07-26-10, 01:03 AM   #8
Mischback
A Cobalt Mageweaver
 
Mischback's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2009
Posts: 221
Originally Posted by iNoob View Post
attempt to index global 'ns' (a nil value)
Obviously you have to fetch the namespace (ns) before you could do this...

Code:
local ADDON_NAME, ns = ...
  Reply With Quote