mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +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
|
save_changes
|
||||||
}
|
}
|
||||||
|
|
||||||
delete_all_cache
|
|
||||||
update_redis_proxy_record
|
update_redis_proxy_record
|
||||||
|
delete_all_cache
|
||||||
true
|
true
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue