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 -r1.14 -r1.15 --- 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 3 Sep 2024 15:37:36 -0000 1.15 @@ -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" }