Index: openacs-4/packages/calendar-portlet/www/calendar-full-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar-portlet/www/calendar-full-portlet.tcl,v diff -u -N -r1.44.2.3 -r1.44.2.4 --- openacs-4/packages/calendar-portlet/www/calendar-full-portlet.tcl 13 Oct 2022 11:05:51 -0000 1.44.2.3 +++ openacs-4/packages/calendar-portlet/www/calendar-full-portlet.tcl 13 Oct 2022 12:00:37 -0000 1.44.2.4 @@ -62,7 +62,7 @@ # set the period_days for calendar's list view, therefore, we need # to check which instance of calendar is currently displayed if { [namespace which ::dotlrn_community::get_community_id] ne "" } { - set community_id [dotlrn_community::get_community_id -package_id [ad_conn package_id]] + set community_id [dotlrn_community::get_community_id -url [ad_conn url]] } else { set community_id "" }