Index: openacs-4/packages/xowiki/www/portlets/most-popular.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/portlets/Attic/most-popular.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/xowiki/www/portlets/most-popular.tcl 13 Apr 2006 19:19:37 -0000 1.1 +++ openacs-4/packages/xowiki/www/portlets/most-popular.tcl 30 Apr 2006 23:53:35 -0000 1.2 @@ -7,12 +7,12 @@ ::xowiki::Page requireCSS "/resources/acs-templating/lists.css" -if {![info exists max_entries]} {set max_entries 20} -if {![info exists package_id]} {set package_id [ad_conn package_id]} - # get the folder id from the including page set folder_id [$__including_page set parent_id] +if {![info exists max_entries]} {set max_entries 20} +if {![info exists package_id]} {set package_id [$folder_id set package_id]} + TableWidget t1 -volatile \ -columns { AnchorField title -label [_ xowiki.page_title]