Index: openacs-4/packages/xowiki/tcl/xowiki-sc-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-sc-procs.tcl,v diff -u -N -r1.28 -r1.29 --- openacs-4/packages/xowiki/tcl/xowiki-sc-procs.tcl 20 Apr 2009 14:05:32 -0000 1.28 +++ openacs-4/packages/xowiki/tcl/xowiki-sc-procs.tcl 17 Jun 2010 10:45:12 -0000 1.29 @@ -76,10 +76,7 @@ #ns_log notice "--sc keywords $revision_id -> [array names word]" set pubDate [::xo::db::tcl_date [$page set publish_date] tz] - set link [::xowiki::Includelet detail_link \ - -package_id $package_id -name [$page set name] \ - -absolute true \ - -instance_attributes [$page get_instance_attributes]] + set link [$page detail_link] return [list object_id $revision_id title [$page title] \ content $html keywords [array names word] \