mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-09 16:38:50 +00:00
[KernelBugTrackerBridge] Fix too many parameters requesting HTML DOM
This commit is contained in:
parent
4b3efed7ec
commit
ecfc220b10
@ -45,9 +45,7 @@ class KernelBugTrackerBridge extends BridgeAbstract {
|
|||||||
// We use the print preview page for simplicity
|
// We use the print preview page for simplicity
|
||||||
$html = getSimpleHTMLDOMCached($this->getURI() . '&format=multiple',
|
$html = getSimpleHTMLDOMCached($this->getURI() . '&format=multiple',
|
||||||
86400,
|
86400,
|
||||||
false,
|
|
||||||
null,
|
null,
|
||||||
0,
|
|
||||||
null,
|
null,
|
||||||
true,
|
true,
|
||||||
true,
|
true,
|
||||||
|
Loading…
Reference in New Issue
Block a user