mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-10 10:38:22 +00:00
Update lazy_settings.lua
This commit is contained in:
@@ -55,7 +55,7 @@ function Settings.new(db, domain_name, domain_uuid)
|
||||
self._db = db
|
||||
self._domain_name = domain_name
|
||||
self._domain_uuid = domain_uuid
|
||||
self._use_cache = not not settings_in_cache
|
||||
self._use_cache = not not cache.settings
|
||||
|
||||
return self
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user