mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 18:14:44 +02:00
refactor/fix (#3924)
This commit is contained in:
parent
06b299e627
commit
9574c17ddc
9 changed files with 153 additions and 178 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue