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.90.2.3 -r1.90.2.4 --- openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl 2 Oct 2013 22:55:56 -0000 1.90.2.3 +++ openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl 10 Oct 2013 20:44:08 -0000 1.90.2.4 @@ -484,7 +484,7 @@ if {[nsv_exists site_nodes $url]} { array set node [nsv_get site_nodes $url] - if {$node(pattern_p) eq "t" && $node(object_id) ne ""} { + if {$node(pattern_p) == "t" && $node(object_id) ne ""} { return [array get node] } }