mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
move order of delete_all_cache on undelete to bottom
This commit is contained in:
parent
c31b45575f
commit
0f860cfdcc
1 changed files with 1 additions and 1 deletions
|
@ -516,8 +516,8 @@ class Site < Sequel::Model
|
|||
save_changes
|
||||
}
|
||||
|
||||
delete_all_cache
|
||||
update_redis_proxy_record
|
||||
delete_all_cache
|
||||
true
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue