Skip to content

Commit

Permalink
We still may need the package list
Browse files Browse the repository at this point in the history
  • Loading branch information
cmb69 authored and derickr committed Aug 1, 2024
1 parent c73a67a commit dc639be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/bug.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit dc639be

Please sign in to comment.