mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-17 22:02:09 +02:00
refactor/fix (#3924)
This commit is contained in:
@@ -52,7 +52,9 @@ class PresidenciaPTBridge extends BridgeAbstract
|
||||
|
||||
public function collectData()
|
||||
{
|
||||
foreach (array_keys($this->getParameters()['Section']) as $k) {
|
||||
$contexts = $this->getParameters();
|
||||
|
||||
foreach (array_keys($contexts['Section']) as $k) {
|
||||
Debug::log('Key: ' . var_export($k, true));
|
||||
if ($this->getInput($k)) {
|
||||
$html = getSimpleHTMLDOMCached($this->getURI() . $k);
|
||||
|
Reference in New Issue
Block a user