--- loncom/publisher/lonrights.pm 2010/06/06 02:40:44 1.30 +++ loncom/publisher/lonrights.pm 2011/11/02 18:40:17 1.31 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to show and edit custom distribution rights # -# $Id: lonrights.pm,v 1.30 2010/06/06 02:40:44 raeburn Exp $ +# $Id: lonrights.pm,v 1.31 2011/11/02 18:40:17 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -78,7 +78,7 @@ sub handler { my $uri=$r->uri; my $fn=&Apache::lonnet::filelocation('',$uri); my $contents=''; - my $constructmode=($uri=~/^\/\~/); + my $constructmode=($uri=~ m/^/priv/}); # ============================================================ Modify and store if ($constructmode && $env{'form.store'}) {