Index: openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl,v diff -u -r1.59 -r1.60 --- openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 2 Jul 2007 11:45:30 -0000 1.59 +++ openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 3 Jul 2007 07:56:43 -0000 1.60 @@ -219,7 +219,7 @@ $package_id instvar folder_id ;# this is the root folder # set some default values if they are provided - foreach key {name title last_page_id} { + foreach key {name title page_order last_page_id} { if {[$package_id exists_query_parameter $key]} { my set $key [$package_id query_parameter $key] }