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.196 -r1.197 --- openacs-4/packages/xowiki/tcl/package-procs.tcl 15 Apr 2010 17:10:46 -0000 1.196 +++ openacs-4/packages/xowiki/tcl/package-procs.tcl 15 Apr 2010 19:45:50 -0000 1.197 @@ -1056,7 +1056,7 @@ if {!$(item_id) && $use_search_path} { foreach package [my package_path] { array set "" [$package item_ref -default_lang $default_lang \ - -parent_id [$package $parent_id] $link] + -parent_id [$package id] $link] if {$(item_id)} break } } @@ -1066,7 +1066,7 @@ return $page } } - if {!$(item_id) && $use_protype_pages} { + if {!$(item_id) && $use_prototype_pages} { array set "" [my item_ref -default_lang $default_lang -parent_id $parent_id $link] set page [::xowiki::Package import_prototype_page \ -package_key [my package_key] \