summaryrefslogtreecommitdiff
path: root/inc/FeedParser.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2007-07-19 10:06:38 +0200
committerAndreas Gohr <andi@splitbrain.org>2007-07-19 10:06:38 +0200
commit00077af8cc61d40a222f782babc3c42f1ad85600 (patch)
tree3292ac2c68cc795b4e495cf27eff4e4beb6c1f73 /inc/FeedParser.php
parent209cd8e168cc3beeb9e6284f09a089fa7a46d8ba (diff)
downloadrpg-00077af8cc61d40a222f782babc3c42f1ad85600.tar.gz
rpg-00077af8cc61d40a222f782babc3c42f1ad85600.tar.bz2
SimplePie upgrade to 1.0
darcs-hash:20070719080638-7ad00-5b69a4e568291a2e2479a7a09743be3157a7d114.gz
Diffstat (limited to 'inc/FeedParser.php')
-rw-r--r--inc/FeedParser.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/FeedParser.php b/inc/FeedParser.php
index f110ef132..867392add 100644
--- a/inc/FeedParser.php
+++ b/inc/FeedParser.php
@@ -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');
}
}