From f5f2aedb80a7dae5dc297de847616683006f6ec0 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Tue, 10 Sep 2013 02:56:25 +0400 Subject: [PATCH] Actually why the hell this shit was global? O_o --- ElvUI_SLE/modules/install/install.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElvUI_SLE/modules/install/install.lua b/ElvUI_SLE/modules/install/install.lua index ac167f7..0af061b 100755 --- a/ElvUI_SLE/modules/install/install.lua +++ b/ElvUI_SLE/modules/install/install.lua @@ -760,7 +760,7 @@ function E:DarthSetup() --The function to switch from classic ElvUI settings to if not E.db.movers then E.db.movers = {}; end if not E.db.loclite then E.db.loclite = {} end - layout = E.db.layoutSet --To know if some sort of layout was choosed before + local layout = E.db.layoutSet --To know if some sort of layout was choosed before if SLE:CheckFlag(nil, 'SLEAUTHOR') then E.db.hideTutorial = 1 -- 1.7.9.5