--- loncom/interface/domainprefs.pm 2021/09/21 22:54:26 1.386 +++ loncom/interface/domainprefs.pm 2021/09/27 03:26:24 1.387 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set domain-wide configuration settings # -# $Id: domainprefs.pm,v 1.386 2021/09/21 22:54:26 raeburn Exp $ +# $Id: domainprefs.pm,v 1.387 2021/09/27 03:26:24 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -11814,7 +11814,7 @@ sub modify_login { } if (($hostid_in_use) && (&Apache::lonnet::host_domain($hostid_in_use) eq $dom)) { - &devalidate_cache_new('samllanding',$hostid_in_use); + &Apache::lonnet::devalidate_cache_new('samllanding',$hostid_in_use); } if (ref($lastactref) eq 'HASH') { if (ref($changes{'saml'}) eq 'HASH') {