Index: openacs-4/packages/xowiki/tcl/xowiki-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/Attic/xowiki-portlet-procs.tcl,v diff -u -r1.83.2.9 -r1.83.2.10 --- openacs-4/packages/xowiki/tcl/xowiki-portlet-procs.tcl 18 Sep 2007 12:04:29 -0000 1.83.2.9 +++ openacs-4/packages/xowiki/tcl/xowiki-portlet-procs.tcl 23 Oct 2007 12:05:13 -0000 1.83.2.10 @@ -2309,6 +2309,10 @@ set __c [t1 last_child] $__c set _name.href $page_link + + # set always last_modified for default sorting + $__c set _last_modified [$p set last_modified] + foreach __fn $field_names { switch -glob -- $__fn { __* {error not_allowed}