--- loncom/interface/domainprefs.pm 2016/01/26 14:30:24 1.267 +++ loncom/interface/domainprefs.pm 2016/02/18 21:30:33 1.268 @@ -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 @@ sub modify_login { 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'}; } } }