Index: openacs-4/packages/acs-tcl/tcl/request-processor-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/request-processor-init.tcl,v diff -u -N -r1.16 -r1.17 --- openacs-4/packages/acs-tcl/tcl/request-processor-init.tcl 27 Oct 2014 16:40:07 -0000 1.16 +++ openacs-4/packages/acs-tcl/tcl/request-processor-init.tcl 15 May 2015 13:58:02 -0000 1.17 @@ -173,8 +173,9 @@ } ns_log Notice "ns_register_proc $noinherit_switch [list $method $path rp_invoke_proc [list $proc_index $debug_p $arg_count $proc $arg]]" - eval ns_register_proc $noinherit_switch \ + ns_register_proc {*}$noinherit_switch \ [list $method $path rp_invoke_proc [list $proc_index $debug_p $arg_count $proc $arg]] } } +