Committer: ailyin
LJSV-1665 (Some tags used on protected entries are still visible to the public)U trunk/cgi-bin/taglib.pl
Modified: trunk/cgi-bin/taglib.pl =================================================================== --- trunk/cgi-bin/taglib.pl 2011-07-04 07:18:14 UTC (rev 19422) +++ trunk/cgi-bin/taglib.pl 2011-07-04 07:29:34 UTC (rev 19423) @@ -287,6 +287,10 @@ } delete $tags_info->{$tagid} unless $accessible; + } elsif ( $sec eq 'private' ) { + delete $tags_info->{$tagid}; + } else { + die "unknown security level $sec"; } }