aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGravatar Jonas Östanbäck <jonas.ostanback@gmail.com> 2017-05-09 14:43:37 +0200
committerGravatar Jonas Östanbäck <jonas.ostanback@gmail.com> 2017-05-09 17:55:01 +0200
commitd6bd90a8010a196b120f0a2a5639f64c8ebee568 (patch)
tree47298ac8c98253ee86af5ad6e98d738af969f576 /lib
parent83d67bae858a14b0099baff317749b9926c661d3 (diff)
Add syslog_enabled when creating new simplepie_file
Diffstat (limited to 'lib')
-rw-r--r--lib/SimplePie/SimplePie.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/SimplePie/SimplePie.php b/lib/SimplePie/SimplePie.php
index 7240fdf66..2796cf090 100644
--- a/lib/SimplePie/SimplePie.php
+++ b/lib/SimplePie/SimplePie.php
@@ -1579,7 +1579,7 @@ class SimplePie
$headers['if-none-match'] = $this->data['headers']['etag'];
}
- $file = $this->registry->create('File', array($this->feed_url, $this->timeout, 5, $headers, $this->useragent, $this->force_fsockopen, $this->curl_options));
+ $file = $this->registry->create('File', array($this->feed_url, $this->timeout, 5, $headers, $this->useragent, $this->force_fsockopen, $this->curl_options, $this->syslog_enabled));
if ($file->success)
{