From 91d55b797acf64322fa396dbfea34a78ea6b970f Mon Sep 17 00:00:00 2001 From: Guillaume Turri Date: Sun, 21 Nov 2010 12:16:21 +0100 Subject: First step to upgrade to SimplePie 1.2 --- inc/FeedParser.php | 1 + 1 file changed, 1 insertion(+) (limited to 'inc/FeedParser.php') 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); -- cgit v1.2.3