Index: openacs-4/packages/research-portlet/www/research-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/research-portlet/www/research-portlet.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/research-portlet/www/research-portlet.tcl 26 Jul 2002 21:10:53 -0000 1.1 +++ openacs-4/packages/research-portlet/www/research-portlet.tcl 26 Jul 2002 23:54:09 -0000 1.2 @@ -18,5 +18,5 @@ set shaded_p $config(shaded_p) -set attachments [attachments::get_attachments -object_id [dotlrn_community::get_community_id]] +set attachments [attachments::get_attachments -object_id [dotlrn_community::get_community_id] -base_url "[dotlrn::get_url]/"] set n_attachments [llength $attachments]