Index: openacs-4/packages/xowiki/tcl/link-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/link-procs.tcl,v diff -u -r1.50 -r1.51 --- openacs-4/packages/xowiki/tcl/link-procs.tcl 1 Oct 2008 15:02:48 -0000 1.50 +++ openacs-4/packages/xowiki/tcl/link-procs.tcl 1 Oct 2008 18:10:48 -0000 1.51 @@ -72,7 +72,7 @@ } Link instproc resolve {} { #my msg "--lookup of [my name] -page [my page]" - return [::xo::db::CrClass lookup -name $name -parent_id [my parent_id]] + return [::xo::db::CrClass lookup -name [my name] -parent_id [my parent_id]] } Link instproc render_found {href label} { return "$label"