Index: openacs-4/packages/dotlrn-forums/tcl/dotlrn-forums-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-forums/tcl/dotlrn-forums-procs.tcl,v diff -u -N -r1.16.2.4 -r1.16.2.5 --- openacs-4/packages/dotlrn-forums/tcl/dotlrn-forums-procs.tcl 1 Oct 2020 13:06:04 -0000 1.16.2.4 +++ openacs-4/packages/dotlrn-forums/tcl/dotlrn-forums-procs.tcl 14 Oct 2020 15:26:27 -0000 1.16.2.5 @@ -84,7 +84,9 @@ db_transaction { set package_url [site_node::get_package_url -package_key [my_package_key]] if { $package_url ne "" } { - site_node::unmount -node_id [site_node::get_node_id -url $package_url] + set node_id [site_node::get_node_id -url $package_url] + site_node::unmount -node_id $node_id + site_node::delete -node_id $node_id } dotlrn_applet::remove_applet_from_dotlrn -applet_key [applet_key] }