Index: openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl,v diff -u -r1.17.2.12 -r1.17.2.13 --- openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl 14 Jul 2003 13:35:41 -0000 1.17.2.12 +++ openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl 14 Jul 2003 16:23:49 -0000 1.17.2.13 @@ -394,7 +394,7 @@ if { ![empty_string_p $element] } { # We need to update the cache for all the child nodes as well set return_val [list] - foreach chil_url $child_urls { + foreach child_url $child_urls { array unset site_node array set site_node [site_node::get_from_url -url $child_url]