Index: openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl,v diff -u -N -r1.50 -r1.51 --- openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl 29 Mar 2018 22:48:59 -0000 1.50 +++ openacs-4/packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl 4 Apr 2018 21:55:10 -0000 1.51 @@ -1486,7 +1486,7 @@ # ordinary request, ad_conn is initialized set package_id [ad_conn package_id] ::xo::ConnectionContext require -package_id $package_id -url ${:url} - if {[info commands dotlrn_community::get_community_idget_community_id_from_url] ne ""} { + if {[info commands dotlrn_community::get_community_id_from_url] ne ""} { set community_id [dotlrn_community::get_community_id_from_url -url ${:url}] if {$community_id ne ""} { set :community_id $community_id