Index: openacs-4/packages/xowiki/tcl/xowiki-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-procs.tcl,v diff -u -N -r1.542 -r1.542.2.1 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 27 Jan 2019 17:07:55 -0000 1.542 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 10 Mar 2019 21:07:09 -0000 1.542.2.1 @@ -4243,7 +4243,7 @@ # Get all children of the current folder on the first level and # append it to the list_of_folders. # - set folder_form [$folder page_template] + set folder_form [::xowiki::Weblog instantiate_forms -forms en:folder.form -package_id $package_id] set child_folders [xo::dc list -prepare integer,integer get_child_folders { select item_id from xowiki_form_instance_item_index where parent_id = :folder_id