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 -N -r1.104 -r1.105 --- openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl 9 Apr 2018 21:16:06 -0000 1.104 +++ openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl 9 Apr 2018 21:20:16 -0000 1.105 @@ -979,7 +979,6 @@ } foreach path [glob -nocomplain -types f "[acs_package_root_dir $parent_node(package_key)]/www/*.tcl"] { set name [file rootname [lindex [file split $path] end]] - if { [lsearch $existing_urls $name] == -1 } { if { $name ni $existing_urls } { lappend existing_urls $name }