mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-25 22:29:07 +00:00
Fix for bug 151658: get UI for moving bugs showing again.
r=gerv,bbaetz
This commit is contained in:
parent
8d5a4575cc
commit
2150942351
@ -260,7 +260,7 @@ sub show_bug {
|
||||
my $movers = Param("movers");
|
||||
$user{'canmove'} = Param("move-enabled")
|
||||
&& (defined $::COOKIE{"Bugzilla_login"})
|
||||
&& ($::COOKIE{"Bugzilla_login"} =~ /\Q$movers\E/);
|
||||
&& ($::COOKIE{"Bugzilla_login"} =~ /$movers/);
|
||||
|
||||
# User permissions
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user