mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-17 04:01:29 -05:00
bug fix
This commit is contained in:
parent
aa6485639b
commit
c9ed7100b1
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ module ActiveSupport
|
|||
unless found
|
||||
cache[args] = data = send(uncached, *args)
|
||||
end
|
||||
data
|
||||
# so cache is never corrupted
|
||||
data.dup
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue