fix logic for restricting who can move bugs
git-svn-id: svn://10.0.0.236/trunk@72121 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
59f7815865
commit
ae2c551c2c
@ -73,7 +73,7 @@ if ( !defined $::FORM{'buglist'} ) {
|
||||
|
||||
confirm_login();
|
||||
my $exporter = $::COOKIE{"Bugzilla_login"};
|
||||
if (! $exporter =~ /(lchaing\@netscape.com|leger\@netscape.com|endico\@mozilla.org|dmose\@mozilla.org)/) {
|
||||
unless ($exporter =~ /(lchaing\@netscape.com|leger\@netscape.com|endico\@mozilla.org|dmose\@mozilla.org)/) {
|
||||
print "Content-type: text/html\n\n";
|
||||
PutHeader("Move Bugs");
|
||||
print "<P>You do not have permission to move bugs<P>\n";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user