--- loncom/interface/londocs.pm 2010/12/11 00:09:52 1.446 +++ loncom/interface/londocs.pm 2010/12/11 14:28:12 1.447 @@ -1,7 +1,7 @@ # The LearningOnline Network # Documents # -# $Id: londocs.pm,v 1.446 2010/12/11 00:09:52 www Exp $ +# $Id: londocs.pm,v 1.447 2010/12/11 14:28:12 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2791,12 +2791,9 @@ sub handler { } # Store this - if ($allowed) { - &Apache::loncommon::store_course_settings($stored_folderpath, + &Apache::loncommon::store_course_settings($stored_folderpath, {'pagepath' => 'scalar', 'folderpath' => 'scalar'}); - } - if ($env{'form.folderpath'}) { my (@folderpath)=split('&',$env{'form.folderpath'});