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

raeburn raeburn at source.lon-capa.org
Thu Feb 18 16:30:34 EST 2016


raeburn		Thu Feb 18 21:30:34 2016 EDT

  Modified files:              
    /loncom/interface	domainprefs.pm 
  Log:
  - Fix typo.
  
  
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.267 loncom/interface/domainprefs.pm:1.268
--- loncom/interface/domainprefs.pm:1.267	Tue Jan 26 14:30:24 2016
+++ loncom/interface/domainprefs.pm	Thu Feb 18 21:30:33 2016
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Handler to set domain-wide configuration settings
 #
-# $Id: domainprefs.pm,v 1.267 2016/01/26 14:30:24 raeburn Exp $
+# $Id: domainprefs.pm,v 1.268 2016/02/18 21:30:33 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -6566,7 +6566,7 @@
                 if ($domservers{$lonhost}) {
                     if (ref($domconfig{'login'}{'headtag'}{$lonhost}) eq 'HASH') {
                         $currheadtagurls{$lonhost} = $domconfig{'login'}{'headtag'}{$lonhost}{'url'};
-                        $currexempt{$lonhost} = $domconfig{'login'}{'headtagexempt'}{$lonhost}{'exempt'}
+                        $currexempt{$lonhost} = $domconfig{'login'}{'headtag'}{$lonhost}{'exempt'};
                     }
                 }
             }




More information about the LON-CAPA-cvs mailing list