Index: openacs-4/packages/xowiki/tcl/package-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/package-procs.tcl,v diff -u -r1.332.2.42 -r1.332.2.43 --- openacs-4/packages/xowiki/tcl/package-procs.tcl 26 Nov 2019 14:04:25 -0000 1.332.2.42 +++ openacs-4/packages/xowiki/tcl/package-procs.tcl 26 Nov 2019 21:53:52 -0000 1.332.2.43 @@ -1121,7 +1121,9 @@ } set [expr {$revision_id ? "item_id" : "revision_id"}] 0 #:log "--instantiate item_id $item_id revision_id $revision_id" - return [::xo::db::CrClass get_instance_from_db -item_id $item_id -revision_id $revision_id] + return [::xo::db::CrClass get_instance_from_db \ + -item_id $item_id \ + -revision_id $revision_id] } Package instproc resolve_page { @@ -2139,7 +2141,10 @@ } Package proc lookup_side_wide_page {-name:required} { - return [::xo::db::CrClass lookup -name $name -parent_id -100] + return [::xo::db::CrClass lookup \ + -name $name \ + -parent_id -100 \ + -content_type "::%"] } Package proc get_site_wide_page {-name:required} {