Index: openacs-4/packages/tasks/tcl/tasks-install-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/tasks/tcl/tasks-install-procs.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/tasks/tcl/tasks-install-procs.tcl 28 Apr 2006 06:01:26 -0000 1.4 +++ openacs-4/packages/tasks/tcl/tasks-install-procs.tcl 7 Apr 2018 09:23:29 -0000 1.5 @@ -125,7 +125,7 @@ } # now we unmount the tasks instance (since this is now a service that does not need to be mounted) -# site_node_delete_package_instance -node_id [site_node::get_from_object_id -object_id $tasks_package_id] +# site_node::unmount -node_id [site_node::get_from_object_id -object_id $tasks_package_id] }