Author: Christoph M. Becker (cmb69) Committer: Derick Rethans (derickr) Date: 2024-08-01T14:46:13+01:00
Commit: https://github.com/php/web-bugs/commit/dc639be31d49b39d0042e9b1c09aea93a7068881 Raw diff: https://github.com/php/web-bugs/commit/dc639be31d49b39d0042e9b1c09aea93a7068881.diff We still may need the package list Changed paths: M www/bug.php Diff: diff --git a/www/bug.php b/www/bug.php index f4700b1d..1c12c4a1 100644 --- a/www/bug.php +++ b/www/bug.php @@ -185,7 +185,7 @@ $project = $bug['project']; // Only fetch stuff when it's really needed -if ($edit && $edit < 2) { +if ($edit && $edit < 3) { $packageRepository = $container->get(PackageRepository::class); $pseudo_pkgs = $packageRepository->findEnabled(); }