Update lazy_settings.lua

This commit is contained in:
FusionPBX 2017-07-22 00:38:25 -06:00 committed by GitHub
parent fce02cb024
commit 942293debe
1 changed files with 1 additions and 1 deletions

View File

@ -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