mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-24 16:25:00 -04:00
Add syslog_enabled when creating new simplepie_file
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user