summaryrefslogtreecommitdiff
path: root/inc/FeedParser.php
diff options
context:
space:
mode:
authorGuillaume Turri <guillaume.turri@gmail.com>2010-11-21 12:16:21 +0100
committerGuillaume Turri <guillaume.turri@gmail.com>2010-11-21 12:16:21 +0100
commit91d55b797acf64322fa396dbfea34a78ea6b970f (patch)
tree331acda8d285b5242594b0eefdb6ae8ad4501ea4 /inc/FeedParser.php
parentba6984cf400bde3cbdd7e1f203602cb0d04eb7d2 (diff)
downloadrpg-91d55b797acf64322fa396dbfea34a78ea6b970f.tar.gz
rpg-91d55b797acf64322fa396dbfea34a78ea6b970f.tar.bz2
First step to upgrade to SimplePie 1.2
Diffstat (limited to 'inc/FeedParser.php')
-rw-r--r--inc/FeedParser.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/FeedParser.php b/inc/FeedParser.php
index 9d00e7abf..b98350da7 100644
--- a/inc/FeedParser.php
+++ b/inc/FeedParser.php
@@ -49,6 +49,7 @@ class FeedParser_File extends SimplePie_File {
*/
function FeedParser_File($url, $timeout=10, $redirects=5,
$headers=null, $useragent=null, $force_fsockopen=false) {
+ parent::__construct();
$this->http = new DokuHTTPClient();
$this->success = $this->http->sendRequest($url);