mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-10 23:28:04 -04:00
Site Settings was deleting the wrong cache object
This commit is contained in:
parent
63c0fdda44
commit
c4ad927024
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ module SiteSettingExtension
|
|||
end
|
||||
end
|
||||
|
||||
$redis.del(SiteSettingExtension.client_settings_cache_key)
|
||||
Rails.cache.delete(SiteSettingExtension.client_settings_cache_key)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue