Index: openacs-4/packages/acs-subsite/www/admin/site-map/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/admin/site-map/index.tcl,v diff -u -r1.30.2.9 -r1.30.2.10 --- openacs-4/packages/acs-subsite/www/admin/site-map/index.tcl 1 Oct 2016 11:10:45 -0000 1.30.2.9 +++ openacs-4/packages/acs-subsite/www/admin/site-map/index.tcl 16 Jan 2017 14:55:51 -0000 1.30.2.10 @@ -225,7 +225,7 @@ set add_folder_url [export_vars -base . {expand:multiple root_id node_id {new_parent $node_id} {new_type folder}}] if {$object_id eq ""} { set mount_url [export_vars -base mount {expand:multiple root_id node_id}] - set new_app_url [export_vars {expand:multiple root_id {new_application $node_id}}] + set new_app_url [export_vars -base . {expand:multiple root_id {new_application $node_id}}] } else { # This makes sure you can't unmount the thing that is serving the page you're looking at. if {[ad_conn node_id] != $node_id} {