Index: openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-init.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-init.tcl 21 Sep 2011 08:05:06 -0000 1.6 +++ openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-init.tcl 27 Oct 2014 16:42:02 -0000 1.7 @@ -1,7 +1,7 @@ # we register the following filters only during startup, since # existing connection threads are not aware of the throttle object. -if {[ns_server connections] == 0 && [info command ::throttle] ne ""} { +if {[ns_server connections] == 0 && [info commands ::throttle] ne ""} { # # Register the filter progs for url statistics. # The methods to be called have the name of the filter type.