From: Penny Leach Date: Wed, 2 Jul 2008 05:49:19 +0000 (+0200) Subject: fix bug in rss caching X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6110a4c26ffee36871319b308686108291aa9031;p=m.o.git fix bug in rss caching --- diff --git a/lib/general.php b/lib/general.php index f11df08..5fe7f49 100644 --- a/lib/general.php +++ b/lib/general.php @@ -62,7 +62,7 @@ function parse_rss($url) { $feed = new XML_Feed_Parser($snoopy->results, false, true, false); } catch (XML_Feed_Parser_Exception $e) { - $cache_Lite->save($e, $url); + $cache->save($e, $url); return false; // Don't catch other exceptions, they're an indication something // really bad happened