diff options
| author | Frédéric Buclin <LpSolit@gmail.com> | 2025-12-27 03:52:07 +0100 |
|---|---|---|
| committer | Frédéric Buclin <LpSolit@gmail.com> | 2025-12-27 03:52:07 +0100 |
| commit | a0d303033e804a1b19eaeda6b7c34bc41ce8f572 (patch) | |
| tree | ec4d62f7227b71dd6931cf8c14d8e1ac80fea655 | |
| parent | 8cb7112bfae45b513589a62b35cea3c7a5207103 (diff) | |
| download | bugs-master.tar bugs-master.tar.gz bugs-master.tar.bz2 bugs-master.tar.xz bugs-master.zip | |
| -rwxr-xr-x | request.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/request.cgi b/request.cgi index 347cb7a44..f3669976b 100755 --- a/request.cgi +++ b/request.cgi @@ -64,6 +64,7 @@ else { $components{$comp->name} = 1; } } + $vars->{'products'} = $user->get_selectable_products; $vars->{'components'} = [ sort { $a cmp $b } keys %components ]; $template->process($format->{'template'}, $vars) |
