Commit 720c783f authored by Frank Bergmann's avatar Frank Bergmann

- Fixed issue deleting files

parent fe491dc4
......@@ -1116,6 +1116,8 @@ ad_proc fs::delete_file {
}
}
db_dml del_perms "delete from acs_permissions where object_id = :item_id"
db_exec_plsql delete_file ""
fs::do_notifications -folder_id $parent_id -filename $version_name -item_id $item_id -action "delete_file"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment