diff options
Diffstat (limited to 'core/controllers')
-rw-r--r-- | core/controllers/items.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/controllers/items.php b/core/controllers/items.php index 6ba7db65..f10a30c3 100644 --- a/core/controllers/items.php +++ b/core/controllers/items.php @@ -102,7 +102,6 @@ class Items_Controller extends REST_Controller { module::event("{$item->type}_before_delete", $item); $item->delete(); - file::unlink($item->file_path()); } url::redirect("{$parent->type}s/{$parent->id}"); |