Quantcast

profiles fixed

Steven Jackson [07-27-14 - 14:07]
profiles fixed
Filename
Interface/AddOns/SVUI/system/database.lua
diff --git a/Interface/AddOns/SVUI/system/database.lua b/Interface/AddOns/SVUI/system/database.lua
index 9d6d6e9..fef21cc 100644
--- a/Interface/AddOns/SVUI/system/database.lua
+++ b/Interface/AddOns/SVUI/system/database.lua
@@ -3995,7 +3995,7 @@ end
 local function importprofile(t, key)
 	local sv = rawget(t, "profile")
 	local dv = rawget(t, "defaults")
-	local globals = SuperVillain.global
+	local globals = G
 	local src = globals.profiles[key]
 	if(not src) then return end
 	for k,v in pairs(sv) do