mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-09 18:16:36 +02:00
refactor: BridgeFactory (#2691)
This commit is contained in:
@@ -289,7 +289,6 @@ This bridge is not fetching its content through a secure connection</div>';
|
||||
static function displayBridgeCard($bridgeName, $formats, $isActive = true){
|
||||
|
||||
$bridgeFac = new \BridgeFactory();
|
||||
$bridgeFac->setWorkingDir(PATH_LIB_BRIDGES);
|
||||
|
||||
$bridge = $bridgeFac->create($bridgeName);
|
||||
|
||||
|
Reference in New Issue
Block a user