Index: openacs-4/packages/calendar-portlet/tcl/calendar-list-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar-portlet/tcl/calendar-list-portlet-procs.tcl,v diff -u -N -r1.8 -r1.8.2.1 --- openacs-4/packages/calendar-portlet/tcl/calendar-list-portlet-procs.tcl 10 Jul 2018 15:55:14 -0000 1.8 +++ openacs-4/packages/calendar-portlet/tcl/calendar-list-portlet-procs.tcl 23 Feb 2021 15:09:39 -0000 1.8.2.1 @@ -33,7 +33,8 @@ return "calendar-portlet" } - ad_proc -private get_my_name { + ad_proc -public get_my_name {} { + Return the portlet name } { return "calendar_list_portlet" }