mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-29 14:28:47 +02:00
core: Use REPOSITORY constant where applicable
This commit is contained in:
parent
1a00dfa412
commit
946e66e9df
3 changed files with 4 additions and 3 deletions
|
@ -19,7 +19,8 @@ function buildGitHubIssueQuery($title, $body, $labels = null, $maintainer = null
|
|||
}
|
||||
|
||||
// Add title and body
|
||||
$uri = 'https://github.com/rss-bridge/rss-bridge/issues/new?title='
|
||||
$uri = REPOSITORY
|
||||
. 'issues/new?title='
|
||||
. urlencode($title)
|
||||
. '&body='
|
||||
. urlencode($body);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue