mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05: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