forked from blallo/rss-bridge
[core] get parameters from $_GET rather than $_REQUEST
No need to play with parameters that RSS-Bridge did not ask for Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
parent
b676eca0a2
commit
2670a0e400
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ try{
|
||||||
$bridge->useProxy=false;
|
$bridge->useProxy=false;
|
||||||
}
|
}
|
||||||
$bridge->loadMetadatas();
|
$bridge->loadMetadatas();
|
||||||
$params=$_REQUEST;
|
$params=$_GET;
|
||||||
unset($params['action']);
|
unset($params['action']);
|
||||||
unset($params['bridge']);
|
unset($params['bridge']);
|
||||||
unset($params['format']);
|
unset($params['format']);
|
||||||
|
|
Loading…
Reference in a new issue