Index: openacs-4/packages/xowiki/lib/portlets/include.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/lib/portlets/include.tcl,v diff -u -r1.1.2.1 -r1.1.2.2 --- openacs-4/packages/xowiki/lib/portlets/include.tcl 19 Aug 2022 19:35:17 -0000 1.1.2.1 +++ openacs-4/packages/xowiki/lib/portlets/include.tcl 19 Aug 2022 19:42:59 -0000 1.1.2.2 @@ -1,13 +1,13 @@ -ad_page_contract { +ad_include_contract { Portlet include } { __including_page portlet } #ns_log notice "--including_page= $__including_page, portlet=$portlet" + set content [$__including_page include $portlet] -#set header_stuff [::xo::Page header_stuff] template::set_file [ad_file dirname $__adp_stub]/plain-include # Local variables: Index: openacs-4/packages/xotcl-core/lib/revisions.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/lib/revisions.tcl,v diff -u -r1.8.2.2 -r1.8.2.3 --- openacs-4/packages/xotcl-core/lib/revisions.tcl 1 Jul 2019 14:47:07 -0000 1.8.2.2 +++ openacs-4/packages/xotcl-core/lib/revisions.tcl 19 Aug 2022 19:51:12 -0000 1.8.2.3 @@ -1,4 +1,4 @@ -ad_page_contract { +ad_include_contract { display information about revisions of content items @author Gustaf Neumann (gustaf.neumann@wu-wien.ac.at)