mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 18:14:44 +02:00
[core] remove '$param' argument from RssExpander::collectExpandableDatas
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
parent
3bad5ec45c
commit
a67a219bf9
7 changed files with 18 additions and 28 deletions
|
@ -11,12 +11,11 @@ class AcrimedBridge extends RssExpander{
|
|||
}
|
||||
|
||||
public function collectData(){
|
||||
$param=$this->parameters[$this->queriedContext];
|
||||
|
||||
parent::collectExpandableDatas($param, "http://www.acrimed.org/spip.php?page=backend");
|
||||
parent::collectExpandableDatas("http://www.acrimed.org/spip.php?page=backend");
|
||||
|
||||
}
|
||||
|
||||
|
||||
protected function parseRSSItem($newsItem) {
|
||||
|
||||
$hs = new HTMLSanitizer();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue