--- loncom/interface/courseprefs.pm 2022/03/12 21:24:17 1.106 +++ loncom/interface/courseprefs.pm 2022/04/05 12:22:41 1.107 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set configuration settings for a course # -# $Id: courseprefs.pm,v 1.106 2022/03/12 21:24:17 raeburn Exp $ +# $Id: courseprefs.pm,v 1.107 2022/04/05 12:22:41 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1656,6 +1656,7 @@ sub process_linkprot { } } else { $linkprot{$itemid}{'secret'} = $current{'secret'}; + $linkprot{$itemid}{'cipher'} = $current{'cipher'}; } } elsif ($env{$secretitem} ne '') { if ($privnum && $cipher) {