Skip to content
Snippets Groups Projects
Commit 00077af8 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

SimplePie upgrade to 1.0

darcs-hash:20070719080638-7ad00-5b69a4e568291a2e2479a7a09743be3157a7d114.gz
parent 209cd8e1
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ class FeedParser extends SimplePie {
*/
function FeedParser(){
$this->SimplePie();
$this->enable_caching(false);
$this->enable_cache(false);
$this->set_file_class('FeedParser_File');
}
}
......
This diff is collapsed.
......@@ -766,7 +766,7 @@ class Doku_Renderer_xhtml extends Doku_Renderer {
require_once(DOKU_INC.'inc/FeedParser.php');
$feed = new FeedParser();
$feed->feed_url($url);
$feed->set_feed_url($url);
//disable warning while fetching
if (!defined('DOKU_E_LEVEL')) { $elvl = error_reporting(E_ERROR); }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment