1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-06 16:46:30 +02:00

core: Use REPOSITORY constant where applicable

This commit is contained in:
logmanoriginal
2018-11-05 19:05:59 +01:00
parent 1a00dfa412
commit 946e66e9df
3 changed files with 4 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ class MrssFormat extends FormatAbstract {
if(!empty($extraInfos['uri'])) {
$uri = $this->xml_encode($extraInfos['uri']);
} else {
$uri = 'https://github.com/RSS-Bridge/rss-bridge';
$uri = REPOSITORY;
}
$uriparts = parse_url($uri);