Index: openacs-4/packages/file-storage/www/version-delete.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/version-delete.tcl,v diff -u -r1.10 -r1.11 --- openacs-4/packages/file-storage/www/version-delete.tcl 19 Jun 2004 14:47:48 -0000 1.10 +++ openacs-4/packages/file-storage/www/version-delete.tcl 13 Jan 2005 13:58:13 -0000 1.11 @@ -57,7 +57,7 @@ file_storage.delete_file(:item_id); end;" - fs::do_notifications -folder_id $parent_id -filename $version_name -file_id $item_id -action "delete_file" + fs::do_notifications -folder_id $parent_id -filename $version_name -item_id $item_id -action "delete_file" # Redirect to the folder, instead of the latest revision (which does not exist anymore) ad_returnredirect "index?folder_id=$parent_id"