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 -N -r1.158 -r1.159 --- openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 27 Aug 2008 09:48:55 -0000 1.158 +++ openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 27 Aug 2008 10:08:21 -0000 1.159 @@ -277,7 +277,7 @@ # 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]} { + if {[info commands ::dotlrn_fs::get_community_shared_folder] ne ""} { # ... we have dotlrn installed set cid [::dotlrn_community::get_community_id] if {$cid ne ""} {