Index: openacs-4/packages/xowiki/tcl/package-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/package-procs.tcl,v diff -u -r1.12 -r1.13 --- openacs-4/packages/xowiki/tcl/package-procs.tcl 15 Sep 2006 16:45:00 -0000 1.12 +++ openacs-4/packages/xowiki/tcl/package-procs.tcl 17 Sep 2006 21:40:18 -0000 1.13 @@ -95,7 +95,7 @@ } Package instproc reply_to_user {text} { if {[::xo::cc exists __continuation]} { - eval [::co::cc set __continuation] + eval [::xo::cc set __continuation] } else { if {[string length $text] > 1} { [my set delivery] 200 [my set mime_type] $text