зеркало из https://github.com/mozilla/pjs.git
Undef to trick_taint in tr_tags.
This commit is contained in:
Родитель
17afb32c85
Коммит
592484a290
|
@ -152,7 +152,8 @@ else {
|
|||
sub display {
|
||||
my $dbh = Bugzilla->dbh;
|
||||
my @tags;
|
||||
my $user = login_to_id($cgi->param('user'));
|
||||
my $user;
|
||||
$user = login_to_id($cgi->param('user')) if $cgi->param('user');
|
||||
|
||||
if ($cgi->param('action') eq 'show_all' && Bugzilla->user->in_group('admin')){
|
||||
my $tags = $dbh->selectcol_arrayref(
|
||||
|
|
Загрузка…
Ссылка в новой задаче