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:
parent
d3d379bd81
commit
8f76eebddb
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue