--- loncom/interface/domainprefs.pm 2013/12/22 20:59:51 1.214 +++ loncom/interface/domainprefs.pm 2013/12/23 13:20:31 1.215 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set domain-wide configuration settings # -# $Id: domainprefs.pm,v 1.214 2013/12/22 20:59:51 raeburn Exp $ +# $Id: domainprefs.pm,v 1.215 2013/12/23 13:20:31 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -8687,7 +8687,7 @@ sub modify_loadbalancing { } } } - my $cachekey = &scape('loadbalancing').':'.&escape($dom); + my $cachekey = &escape('loadbalancing').':'.&escape($dom); &Apache::lonnet::remote_devalidate_cache($balancer,[$cachekey]); } }