Quantcast

install tweaks

Darthpred [07-21-16 - 12:55]
install tweaks
Filename
ElvUI_SLE/core/install.lua
diff --git a/ElvUI_SLE/core/install.lua b/ElvUI_SLE/core/install.lua
index 056eab5..e2be169 100644
--- a/ElvUI_SLE/core/install.lua
+++ b/ElvUI_SLE/core/install.lua
@@ -45,7 +45,7 @@ local function DarthHeal()
 	end
 end

-local function DarthSetup()
+function PI:DarthSetup()
 	local layout = E.db.layoutSet
 	local installMark = E.private["install_complete"]
 	local installMarkSLE = E.private["sle"]["install_complete"]
@@ -829,7 +829,7 @@ E.PopupDialogs['SLE_INSTALL_SETTINGS_LAYOUT'] = {
 	button2 = NO,
 	OnAccept = function()
 		if PI.SLE_Auth == "DARTH" then
-			DarthSetup()
+			PI:DarthSetup()
 		end
 	end,
 	OnCancel = E.noop;