diff options
-rw-r--r-- | zoom.php | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -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"; |