mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update lazy_settings.lua
This commit is contained in:
@@ -52,7 +52,7 @@ end
|
||||
function Settings.new(db, domain_name, domain_uuid)
|
||||
local self = setmetatable({}, Settings)
|
||||
self._array = {}
|
||||
self._db = db
|
||||
self._db = db
|
||||
self._domain_name = domain_name
|
||||
self._domain_uuid = domain_uuid
|
||||
self._use_cache = not cache.settings
|
||||
|
||||
Reference in New Issue
Block a user