--- loncom/interface/domainprefs.pm 2013/09/07 00:19:00 1.205 +++ loncom/interface/domainprefs.pm 2013/09/10 01:51:32 1.206 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set domain-wide configuration settings # -# $Id: domainprefs.pm,v 1.205 2013/09/07 00:19:00 raeburn Exp $ +# $Id: domainprefs.pm,v 1.206 2013/09/10 01:51:32 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -7609,7 +7609,7 @@ sub modify_scantron { } $resulttext .= ''; &Apache::loncommon::devalidate_domconfig_cache($dom); - $lastactref = 'update'; + $$lastactref = 'update'; } else { $resulttext = &mt('No changes made to bubblesheet format file'); }