Skip to content

Commit

Permalink
Probably fixes bug #67426 (Bug tracker no longer shows quick fixes)
Browse files Browse the repository at this point in the history
It may not work because I don't know actual database content in production.
However, it shouldn't break anything more.
  • Loading branch information
Sobak committed Jun 12, 2014
1 parent 46a74d2 commit 2b13da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/bug.php
Expand Up @@ -174,7 +174,7 @@
// Handle any updates, displaying errors if there were any
$RESOLVE_REASONS = $FIX_VARIATIONS = $pseudo_pkgs = array();

$project = !empty($_GET['project']) ? $_GET['project'] : false;
$project = $bug['project'];

// Only fetch stuff when it's really needed
if ($edit && $edit < 3) {
Expand Down

0 comments on commit 2b13da9

Please sign in to comment.