--- loncom/interface/domainprefs.pm 2011/03/06 21:17:15 1.143 +++ loncom/interface/domainprefs.pm 2011/07/29 14:25:36 1.144 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set domain-wide configuration settings # -# $Id: domainprefs.pm,v 1.143 2011/03/06 21:17:15 raeburn Exp $ +# $Id: domainprefs.pm,v 1.144 2011/07/29 14:25:36 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4661,12 +4661,12 @@ sub modify_quotas { $changes{'notify'}{'approval'} = 1; } } else { - if ($domconfig{$action}{'notify'}{'approval'}) { + if ($confhash{'notify'}{'approval'}) { $changes{'notify'}{'approval'} = 1; } } } else { - if ($domconfig{$action}{'notify'}{'approval'}) { + if ($confhash{'notify'}{'approval'}) { $changes{'notify'}{'approval'} = 1; } }