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.22 -r1.23 --- openacs-4/packages/xowiki/tcl/xowiki-portlet-procs.tcl 25 Jan 2007 10:02:26 -0000 1.22 +++ openacs-4/packages/xowiki/tcl/xowiki-portlet-procs.tcl 27 Jan 2007 17:29:57 -0000 1.23 @@ -1,4 +1,10 @@ +ad_library { + XoWiki - define various kind of includelets + @creation-date 2006-10-10 + @author Gustaf Neumann + @cvs-id $Id$ +} namespace eval ::xowiki::portlet { Class create ::xowiki::Portlet \ -superclass ::xo::Context \ @@ -895,7 +901,7 @@ set p [::Generic::CrItem instantiate -item_id 0 -revision_id $page_id] $p destroy_on_cleanup set p_link [$package_id pretty_link $name] - set edit_link [$p make_link -url $p_link $p edit return_url] + set edit_link [$package_id make_link -url $p_link $p edit return_url] if {$edit_link ne ""} { set edit_markup "
" } else {