mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-06 16:46:30 +02:00
[core] Support for bridge maintainers' donation URLs (#2102)
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user