mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-29 06:19:07 +02:00
[core] Support for bridge maintainers' donation URLs (#2102)
This commit is contained in:
parent
5598fef3cf
commit
ecaae735d9
10 changed files with 61 additions and 3 deletions
|
@ -151,6 +151,7 @@ class DisplayAction extends ActionAbstract {
|
|||
$infos = array(
|
||||
'name' => $bridge->getName(),
|
||||
'uri' => $bridge->getURI(),
|
||||
'donationUri' => $bridge->getDonationURI(),
|
||||
'icon' => $bridge->getIcon()
|
||||
);
|
||||
} catch(Error $e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue