summaryrefslogtreecommitdiff
path: root/lib/api/package_files.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/api/package_files.rb')
-rw-r--r--lib/api/package_files.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/api/package_files.rb b/lib/api/package_files.rb
index 5e421da2c55..3bf47fe1e8b 100644
--- a/lib/api/package_files.rb
+++ b/lib/api/package_files.rb
@@ -65,7 +65,9 @@ module API
not_found! unless package_file
- destroy_conditionally!(package_file)
+ destroy_conditionally!(package_file) do |package_file|
+ package_file.pending_destruction!
+ end
end
end
end