[LON-CAPA-cvs] cvs: loncom /interface domainprefs.pm

raeburn raeburn at source.lon-capa.org
Sun Sep 26 23:26:24 EDT 2021


raeburn		Mon Sep 27 03:26:24 2021 EDT

  Modified files:              
    /loncom/interface	domainprefs.pm 
  Log:
  - Use fully qualified subroutine name.
  
  
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.386 loncom/interface/domainprefs.pm:1.387
--- loncom/interface/domainprefs.pm:1.386	Tue Sep 21 22:54:26 2021
+++ loncom/interface/domainprefs.pm	Mon Sep 27 03:26:24 2021
@@ -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 @@
                 }
                 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') {




More information about the LON-CAPA-cvs mailing list