Fix parameters list

Fixes warning: "array_key_exists() expects parameter 2 to be array,
string given in /volume1/web/rss-bridge_dev/lib/HTMLUtils.php on line 59
Warning: Invalid argument supplied for foreach() in
/volume1/web/rss-bridge_dev/lib/HTMLUtils.php on line 64
This commit is contained in:
logmanoriginal 2016-08-02 20:29:40 +02:00
parent d3d379bd81
commit 8f76eebddb

View file

@ -12,9 +12,9 @@ class ElsevierBridge extends BridgeAbstract{
$this->name = 'Elsevier journals recent articles'; $this->name = 'Elsevier journals recent articles';
$this->uri = 'http://www.journals.elsevier.com'; $this->uri = 'http://www.journals.elsevier.com';
$this->description = 'Returns the recent articles published in Elsevier journals'; $this->description = 'Returns the recent articles published in Elsevier journals';
$this->update = '2016-06-26'; $this->update = '2016-08-02';
$this->parameters= $this->parameters[] =
'[ '[
{ {
"name" : "Journal name", "name" : "Journal name",