Index: openacs-4/packages/calendar-portlet/tcl/calendar-full-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar-portlet/tcl/calendar-full-portlet-procs.tcl,v diff -u -N -r1.14 -r1.14.2.1 --- openacs-4/packages/calendar-portlet/tcl/calendar-full-portlet-procs.tcl 10 Jul 2018 15:53:42 -0000 1.14 +++ openacs-4/packages/calendar-portlet/tcl/calendar-full-portlet-procs.tcl 23 Feb 2021 15:08:04 -0000 1.14.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_full_portlet" }