This commit is contained in:
rilgamon 2021-03-27 13:38:30 +01:00
parent 2387003e5e
commit f78d245e5a
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ function child:PrefChanged(...)
end
local init = {
Setup = function(self)
db =child['db']
db = child['db']
local config = LibStub:GetLibrary("zzConfig")
local options = child['options']
local main = options['args'][childName]