Index: openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl,v diff -u -r1.40 -r1.41 --- openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 25 Feb 2007 15:05:18 -0000 1.40 +++ openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 8 Mar 2007 12:05:32 -0000 1.41 @@ -272,9 +272,9 @@ # setting up folder id for file selector (use community folder if available) # set fs_folder_id "" - if {[info commands dotlrn_fs::get_community_shared_folder] ne ""} { - set fs_folder_id [dotlrn_fs::get_community_shared_folder \ - -community_id [dotlrn_community::get_community_id]] + if {[info commands ::dotlrn_fs::get_community_shared_folder] ne ""} { + set fs_folder_id [::dotlrn_fs::get_community_shared_folder \ + -community_id [::dotlrn_community::get_community_id]] } # the following line is like [$package_id url], but works as well with renamed objects