mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-01-17 06:08:27 +01:00
[index] Fix detect action after listBridges rename (#947)
Commit 88b0656 renamed listBridges function which was not taken into account when adding the detect action.
This commit is contained in:
parent
f4b46e497e
commit
bdcb7a9829
@ -104,7 +104,7 @@ try {
|
|||||||
$format = $params['format']
|
$format = $params['format']
|
||||||
or returnClientError('You must specify a format!');
|
or returnClientError('You must specify a format!');
|
||||||
|
|
||||||
foreach(Bridge::listBridges() as $bridgeName) {
|
foreach(Bridge::getBridgeNames() as $bridgeName) {
|
||||||
|
|
||||||
if(!Bridge::isWhitelisted($bridgeName)) {
|
if(!Bridge::isWhitelisted($bridgeName)) {
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user