[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
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ try {
|
|||
$format = $params['format']
|
||||
or returnClientError('You must specify a format!');
|
||||
|
||||
foreach(Bridge::listBridges() as $bridgeName) {
|
||||
foreach(Bridge::getBridgeNames() as $bridgeName) {
|
||||
|
||||
if(!Bridge::isWhitelisted($bridgeName)) {
|
||||
continue;
|
||||
|
|
Loading…
Reference in a new issue