Index: openacs-4/packages/new-portal/tcl/portal-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/tcl/portal-procs.tcl,v diff -u -N -r1.216.2.13 -r1.216.2.14 --- openacs-4/packages/new-portal/tcl/portal-procs.tcl 23 Feb 2021 10:14:29 -0000 1.216.2.13 +++ openacs-4/packages/new-portal/tcl/portal-procs.tcl 24 Feb 2021 14:29:01 -0000 1.216.2.14 @@ -2109,7 +2109,7 @@ return $layout_id } -ad_proc -private portal::exists_p { portal_id } { +ad_proc -public portal::exists_p { portal_id } { Check if a portal by that id exists. @return 1 on success, 0 on failure