aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Exceptions.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Exceptions.php b/lib/Exceptions.php
index ac452d02..112580de 100644
--- a/lib/Exceptions.php
+++ b/lib/Exceptions.php
@@ -83,7 +83,7 @@ function buildBridgeException($e, $bridge){
. '`';
$body_html = nl2br($body);
- $link = buildGitHubIssueQuery($title, $body, 'bug report', $bridge->getMaintainer());
+ $link = buildGitHubIssueQuery($title, $body, 'Bridge-Broken', $bridge->getMaintainer());
$header = buildHeader($e, $bridge);
$message = <<<EOD
@@ -119,7 +119,7 @@ function buildTransformException($e, $bridge){
. (isset($_SERVER['QUERY_STRING']) ? $_SERVER['QUERY_STRING'] : '')
. '`';
- $link = buildGitHubIssueQuery($title, $body, 'bug report', $bridge->getMaintainer());
+ $link = buildGitHubIssueQuery($title, $body, 'Bridge-Broken', $bridge->getMaintainer());
$header = buildHeader($e, $bridge);
$message = "RSS-Bridge was unable to transform the contents returned by
<strong>{$bridge->getName()}</strong>!";