summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--zoom.php9
1 files changed, 4 insertions, 5 deletions
diff --git a/zoom.php b/zoom.php
index 14d6c59..bada131 100644
--- a/zoom.php
+++ b/zoom.php
@@ -159,12 +159,11 @@ if ( !isset($name) || !$name ) {
if ($owner->cc) {
$summary['Owner'] .= ' (' . $owner->cc . ')';
}
-
- // Only when owner (so we have the exact name)
- $summary['Bugzilla'] = 'https://bugzilla.redhat.com/buglist.cgi'.
- '?bug_status=NEW&bug_status=ASSIGNED&bug_status=ON_QA' .
- '&component=' . $name;
}
+ // Only when owner (so we have the exact name)
+ $summary['Bugzilla'] = 'https://bugzilla.redhat.com/buglist.cgi'.
+ '?bug_status=NEW&bug_status=ASSIGNED&bug_status=ON_QA' .
+ '&component=' . $name;
$summary['Pagure'] = "https://src.fedoraproject.org/rpms/$name";
$summary['Koschei'] = "https://koschei.fedoraproject.org/package/$name";
//$summary['Packages'] = "https://apps.fedoraproject.org/packages/$name";