Index: openacs-4/packages/xowiki/tcl/xowiki-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-procs.tcl,v diff -u -r1.274 -r1.275 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 11 Sep 2008 11:14:52 -0000 1.274 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 12 Sep 2008 11:21:07 -0000 1.275 @@ -768,7 +768,7 @@ the language prefix of the including page is used. } { if {$page_name ne ""} { - set page [[my package_id] resolve_page_name -lang [my lang] $page_name] + set page [[my package_id] resolve_page_name_and_init_context -lang [my lang] $page_name] if {$page eq ""} { error "Cannot find page '$page_name'" }