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.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"
     }
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 -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"
     }
Index: openacs-4/packages/dotlrn-portlet/tcl/dotlrn-portlet-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-portlet/tcl/dotlrn-portlet-procs.tcl,v
diff -u -r1.40 -r1.40.2.1
--- openacs-4/packages/dotlrn-portlet/tcl/dotlrn-portlet-procs.tcl	11 Jul 2018 08:40:09 -0000	1.40
+++ openacs-4/packages/dotlrn-portlet/tcl/dotlrn-portlet-procs.tcl	23 Feb 2021 15:11:57 -0000	1.40.2.1
@@ -29,7 +29,8 @@
 
 namespace eval dotlrn_portlet {
 
-    ad_proc -private get_my_name {
+    ad_proc -public get_my_name {} {
+        Return the portlet name
     } {
         return "dotlrn_portlet"
     }