mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-06-28 07:50:09 +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
|
@ -140,7 +140,7 @@ abstract class FormatAbstract implements FormatInterface {
|
|||
* @param array $extraInfos {@inheritdoc}
|
||||
*/
|
||||
public function setExtraInfos(array $extraInfos = array()){
|
||||
foreach(array('name', 'uri', 'icon') as $infoName) {
|
||||
foreach(array('name', 'uri', 'icon', 'donationUri') as $infoName) {
|
||||
if(!isset($extraInfos[$infoName])) {
|
||||
$extraInfos[$infoName] = '';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue